#214274

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

Shades of Resolution Blue #214274

Tints of Resolution Blue #214274

Color information

#214274 (or 0x214274) is unknown color: approx Resolution Blue. HEX triplet: 21, 42 and 74. RGB value is (33,66,116). Sum of RGB (Red+Green+Blue) = 33+66+116=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #214274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214274 is #DEBD8B. Grayscale: #3D3D3D. Windows color (decimal): -14597516 or 7619105. OLE color: 7619105.

HSL color Cylindrical-coordinate representation of color #214274: hue angle of 216.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214274 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3366116-
CMYK0.720.4300.55
HSL216.14º55.7%29.22%-
HSV(B)216.14º71.55%45.49%-
XYZ5.735.4817.28-
YUV61.83158.57107.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=15.35%
G=30.70%
B=53.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33661160.720.4300.55216.1455.729.22
Hex214274482B037d8381d
Octal41102164110530673307035
Binary10000110000101110100100100010101101101111101100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214274; }

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

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

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

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

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

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

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

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