COLOR #365074

HEX: #365074
RGB: (54,80,116)

Color info

#365074 contains mainly green and blue colors. Web safe color of #365074 is #336666 (or #366).

RGB color model

#365074 color RGB value is (54,80,116).

  • red value is 54;
  • green value is 80;
  • blue value is 116.
RGB:
(54,80,116)
(21%,31%,45%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 116 of 255 = 45%

54
80
116

R + G + B ~ 32%. #365074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 116 = 250 (100%)
R 54 of 250 ~ 21.6%
G 80 of 250 ~ 32%
B 116 of 250 ~ 46.4%

%21.6
%32
%46.4

CMYK color model

#365074 color CMYK value is (53,31,0,55).

  • cyan value is 53.45%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(53,31,0,55)
C53M31Y0K55 
(53%,31%,0%,55%)
(0.53/0.31/0.00/0.55)	

CMYK percentages

%53.45
%31.03
%0
%54.51

Codes

Color #365074 in popluar color models

365074
RGB5480116
HSL215°36.47%33.33%
HSB/HSV215°53.45%45.49%
CMYK53.45%31.03%0.00%
54.51%

Color #365074 in popluar number systems.

HEX365074
Decimal5480116
Binary11011010100001110100
Octal66120164

Shades and tints

Shades of #365074

#365074
(54,80,116)
#32496A
(50,73,106)
#2E4260
(46,66,96)
#2A3B56
(42,59,86)
#26344C
(38,52,76)
#222D42
(34,45,66)
#1E2638
(30,38,56)
#1A1F2E
(26,31,46)
#161824
(22,24,36)
#12111A
(18,17,26)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #365074

#365074
(54,80,116)
#485F80
(72,95,128)
#5A6E8C
(90,110,140)
#6C7D98
(108,125,152)
#7E8CA4
(126,140,164)
#909BB0
(144,155,176)
#A2AABC
(162,170,188)
#B4B9C8
(180,185,200)
#C6C8D4
(198,200,212)
#D8D7E0
(216,215,224)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365074 color. Also use rgb(54,80,116) instead hex code.

Text Font Color

.myTextColor { color: #365074; }

<p style="color:#365074">This sample text font color is #365074.</p>

This text font color is #365074.


Background Color

.myBgColor { background-color: #365074; }

<div style="background-color:#365074">Inner text</div>

This div background color is #365074.


Border color

.myBorderColor { border: 1px solid #365074; }

<div style="border:3px solid #365074">Div</div>

This div border color is #365074.


Opacity

.myOpacity80 { color: #365074; opacity: 0.8; }

<p style="color:#365074;opacity:0.8;">80%</p>

Text with #365074 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #365074;}

<p style="text-shadow: 3px 3px 1px #365074">Text here.</p>

This text has shadow with #365074 color.

.textShadow {text-shadow: 3px 3px 1px #365074, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #365074, 5px 5px 20px red">Text here.</p>

This text has shadow with #365074 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#365074, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#365074, Direction=45, Strength=4)">Text</p>

This text has shadow with #365074 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #365074;
  -webkit-box-shadow:	1px 1px 3px 2px #365074;
  box-shadow:		1px 1px 3px 2px #365074;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #365074;
-webkit-box-shadow: 1px 1px 3px 2px #365074;
box-shadow:1px 1px 3px 2px #365074;">
Div content here</div>
This div box has shadow with color #365074.

Preview

Color preview on black background

This text has color #365074 on black background.


Color preview on white background

This text has color #365074 on white background.



Black color preview on #365074 background

This text has black color on #365074 background.


White color preview on #365074 background

This text has white color on #365074 background.