#214379

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

Shades of Resolution Blue #214379

Tints of Resolution Blue #214379

Color information

#214379 (or 0x214379) is unknown color: approx Resolution Blue. HEX triplet: 21, 43 and 79. RGB value is (33,67,121). Sum of RGB (Red+Green+Blue) = 33+67+121=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #214379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214379 is #DEBC86. Grayscale: #3E3E3E. Windows color (decimal): -14597255 or 7947041. OLE color: 7947041.

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

Color convert

RGB3367121-
CMYK0.730.4500.53
HSL216.82º57.14%30.2%-
HSV(B)216.82º72.73%47.45%-
XYZ6.095.7218.87-
YUV62.99160.74106.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=14.93%
G=30.32%
B=54.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33671210.730.4500.53216.8257.1430.2
Hex214379492D035d9391e
Octal41103171111550653317136
Binary10000110000111111001100100110110101101011101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214379; }

 p { color: rgb(33,67,121); }

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

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

 a { background-color: rgb(33,67,121); }

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

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

 span { border-color: rgb(33,67,121); }

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