#213B81

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

Shades of Resolution Blue #213B81

Tints of Resolution Blue #213B81

Color information

#213B81 (or 0x213B81) is unknown color: approx Resolution Blue. HEX triplet: 21, 3B and 81. RGB value is (33,59,129). Sum of RGB (Red+Green+Blue) = 33+59+129=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #213B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213B81 is #DEC47E. Grayscale: #3A3A3A. Windows color (decimal): -14599295 or 8469281. OLE color: 8469281.

HSL color Cylindrical-coordinate representation of color #213B81: hue angle of 223.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213B81 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3359129-
CMYK0.740.5400.49
HSL223.75º59.26%31.76%-
HSV(B)223.75º74.42%50.59%-
XYZ6.155.0421.42-
YUV59.21167.39109.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 129 (50.78% from 255) = 58.37%
R=14.93%
G=26.70%
B=58.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33591290.740.5400.49223.7559.2631.76
Hex213B814A36031e03b20
Octal4173201112660613407340
Binary100001111011100000011001010110110011000111100000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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