#213089

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

Shades of Resolution Blue #213089

Tints of Resolution Blue #213089

Color information

#213089 (or 0x213089) is unknown color: approx Resolution Blue. HEX triplet: 21, 30 and 89. RGB value is (33,48,137). Sum of RGB (Red+Green+Blue) = 33+48+137=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #213089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213089 is #DECF76. Grayscale: #353535. Windows color (decimal): -14602103 or 8990753. OLE color: 8990753.

HSL color Cylindrical-coordinate representation of color #213089: hue angle of 231.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213089 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3348137-
CMYK0.760.6500.46
HSL231.35º61.18%33.33%-
HSV(B)231.35º75.91%53.73%-
XYZ6.24.2424.16-
YUV53.66175.03113.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=15.14%
G=22.02%
B=62.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33481370.760.6500.46231.3561.1833.33
Hex2130894C4102Ee73d21
Octal41602111141010563477541
Binary1000011100001000100110011001000001010111011100111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213089; }

 p { color: rgb(33,48,137); }

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

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

 a { background-color: rgb(33,48,137); }

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

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

 span { border-color: rgb(33,48,137); }

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