#213B72

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

Shades of Resolution Blue #213B72

Tints of Resolution Blue #213B72

Color information

#213B72 (or 0x213B72) is unknown color: approx Resolution Blue. HEX triplet: 21, 3B and 72. RGB value is (33,59,114). Sum of RGB (Red+Green+Blue) = 33+59+114=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #213B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B72 is #DEC48D. Grayscale: #393939. Windows color (decimal): -14599310 or 7486241. OLE color: 7486241.

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

Color convert

RGB3359114-
CMYK0.710.4800.55
HSL220.74º55.1%28.82%-
HSV(B)220.74º71.05%44.71%-
XYZ5.234.6716.54-
YUV57.5159.89110.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=16.02%
G=28.64%
B=55.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33591140.710.4800.55220.7455.128.82
Hex213B724730037dd371d
Octal4173162107600673356735
Binary1000011110111110010100011111000001101111101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B72; }

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

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

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

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

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

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

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

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