#213672

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

Shades of Resolution Blue #213672

Tints of Resolution Blue #213672

Color information

#213672 (or 0x213672) is unknown color: approx Resolution Blue. HEX triplet: 21, 36 and 72. RGB value is (33,54,114). Sum of RGB (Red+Green+Blue) = 33+54+114=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #213672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213672 is #DEC98D. Grayscale: #363636. Windows color (decimal): -14600590 or 7484961. OLE color: 7484961.

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

Color convert

RGB3354114-
CMYK0.710.5300.55
HSL224.44º55.1%28.82%-
HSV(B)224.44º71.05%44.71%-
XYZ4.984.1816.46-
YUV54.56161.54112.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=16.42%
G=26.87%
B=56.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33541140.710.5300.55224.4455.128.82
Hex2136724735037e0371d
Octal4166162107650673406735
Binary1000011101101110010100011111010101101111110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213672; }

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

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

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

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

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

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

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

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