#214373

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

Shades of Resolution Blue #214373

Tints of Resolution Blue #214373

Color information

#214373 (or 0x214373) is unknown color: approx Resolution Blue. HEX triplet: 21, 43 and 73. RGB value is (33,67,115). Sum of RGB (Red+Green+Blue) = 33+67+115=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #214373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214373 is #DEBC8C. Grayscale: #3E3E3E. Windows color (decimal): -14597261 or 7553825. OLE color: 7553825.

HSL color Cylindrical-coordinate representation of color #214373: hue angle of 215.12º 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 #214373 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3367115-
CMYK0.710.4200.55
HSL215.12º55.41%29.02%-
HSV(B)215.12º71.3%45.1%-
XYZ5.735.5816.99-
YUV62.31157.74107.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=15.35%
G=31.16%
B=53.49%

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
Decimal33671150.710.4200.55215.1255.4129.02
Hex214373472A037d7371d
Octal41103163107520673276735
Binary10000110000111110011100011110101001101111101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214373; }

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

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

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

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

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

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

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

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