#213472

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

Shades of Resolution Blue #213472

Tints of Resolution Blue #213472

Color information

#213472 (or 0x213472) is unknown color: approx Resolution Blue. HEX triplet: 21, 34 and 72. RGB value is (33,52,114). Sum of RGB (Red+Green+Blue) = 33+52+114=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #213472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213472 is #DECB8D. Grayscale: #353535. Windows color (decimal): -14601102 or 7484449. OLE color: 7484449.

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

Color convert

RGB3352114-
CMYK0.710.5400.55
HSL225.93º55.1%28.82%-
HSV(B)225.93º71.05%44.71%-
XYZ4.893.9916.43-
YUV53.39162.21113.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=16.58%
G=26.13%
B=57.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33521140.710.5400.55225.9355.128.82
Hex2134724736037e2371d
Octal4164162107660673426735
Binary1000011101001110010100011111011001101111110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213472; }

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

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

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

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

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

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

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

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