#214378

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

Shades of Resolution Blue #214378

Tints of Resolution Blue #214378

Color information

#214378 (or 0x214378) is unknown color: approx Resolution Blue. HEX triplet: 21, 43 and 78. RGB value is (33,67,120). Sum of RGB (Red+Green+Blue) = 33+67+120=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #214378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214378 is #DEBC87. Grayscale: #3E3E3E. Windows color (decimal): -14597256 or 7881505. OLE color: 7881505.

HSL color Cylindrical-coordinate representation of color #214378: hue angle of 216.55º 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 #214378 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3367120-
CMYK0.720.4400.53
HSL216.55º56.86%30%-
HSV(B)216.55º72.5%47.06%-
XYZ6.025.6918.55-
YUV62.88160.24106.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=15%
G=30.45%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33671200.720.4400.53216.5556.8630
Hex214378482C035d9391e
Octal41103170110540653317136
Binary10000110000111111000100100010110001101011101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214378; }

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

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

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

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

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

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

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

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