#214272

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

Shades of Resolution Blue #214272

Tints of Resolution Blue #214272

Color information

#214272 (or 0x214272) is unknown color: approx Resolution Blue. HEX triplet: 21, 42 and 72. RGB value is (33,66,114). Sum of RGB (Red+Green+Blue) = 33+66+114=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #214272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214272 is #DEBD8D. Grayscale: #3D3D3D. Windows color (decimal): -14597518 or 7488033. OLE color: 7488033.

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

Color convert

RGB3366114-
CMYK0.710.4200.55
HSL215.56º55.1%28.82%-
HSV(B)215.56º71.05%44.71%-
XYZ5.615.4316.67-
YUV61.6157.57107.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=15.49%
G=30.99%
B=53.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33661140.710.4200.55215.5655.128.82
Hex214272472A037d8371d
Octal41102162107520673306735
Binary10000110000101110010100011110101001101111101100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214272; }

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

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

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

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

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

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

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

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