#214077

Color #214077 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #214077

Tints of Resolution Blue #214077

Color information

#214077 (or 0x214077) is unknown color: approx Resolution Blue. HEX triplet: 21, 40 and 77. RGB value is (33,64,119). Sum of RGB (Red+Green+Blue) = 33+64+119=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #214077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214077 is #DEBF88. Grayscale: #3C3C3C. Windows color (decimal): -14598025 or 7815201. OLE color: 7815201.

HSL color Cylindrical-coordinate representation of color #214077: hue angle of 218.37º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214077 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3364119-
CMYK0.720.4600.53
HSL218.37º56.58%29.8%-
HSV(B)218.37º72.27%46.67%-
XYZ5.795.3218.17-
YUV61160.73108.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=15.28%
G=29.63%
B=55.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33641190.720.4600.53218.3756.5829.8
Hex214077482E035da391e
Octal41100167110560653327136
Binary10000110000001110111100100010111001101011101101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214077; }

 p { color: rgb(33,64,119); }

 H1.HeaderClassName
 {
   color: #214077;
 }
 .AnyTagClassName
 {
   color: #214077;
 }
</style>
background-color css

<style>
 a { background-color: #214077; }

 a { background-color: rgb(33,64,119); }

 div.DivClassName
 {
   background-color: #214077;
 }
 .BgClassName
 {
   background-color: #214077;
 }
</style>
border-color css

<style>
 span { border-color: #214077; }

 span { border-color: rgb(33,64,119); }

 td.TdClassName
 {
   border-color: #214077;
 }
 .TagClassName
 {
   border-color: #214077;
 }
</style>