#214277

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

Shades of Resolution Blue #214277

Tints of Resolution Blue #214277

Color information

#214277 (or 0x214277) is unknown color: approx Resolution Blue. HEX triplet: 21, 42 and 77. RGB value is (33,66,119). Sum of RGB (Red+Green+Blue) = 33+66+119=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #214277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214277 is #DEBD88. Grayscale: #3D3D3D. Windows color (decimal): -14597513 or 7815713. OLE color: 7815713.

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

Color convert

RGB3366119-
CMYK0.720.4500.53
HSL216.98º56.58%29.8%-
HSV(B)216.98º72.27%46.67%-
XYZ5.915.5518.21-
YUV62.18160.07107.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=15.14%
G=30.28%
B=54.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33661190.720.4500.53216.9856.5829.8
Hex214277482D035d9391e
Octal41102167110550653317136
Binary10000110000101110111100100010110101101011101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214277; }

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

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

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

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

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

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

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

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