#213288

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

Shades of Resolution Blue #213288

Tints of Resolution Blue #213288

Color information

#213288 (or 0x213288) is unknown color: approx Resolution Blue. HEX triplet: 21, 32 and 88. RGB value is (33,50,136). Sum of RGB (Red+Green+Blue) = 33+50+136=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #213288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213288 is #DECD77. Grayscale: #363636. Windows color (decimal): -14601592 or 8925729. OLE color: 8925729.

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

Color convert

RGB3350136-
CMYK0.760.6300.47
HSL230.1º60.95%33.14%-
HSV(B)230.1º75.74%53.33%-
XYZ6.214.3823.81-
YUV54.72173.87112.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=15.07%
G=22.83%
B=62.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33501360.760.6300.47230.160.9533.14
Hex2132884C3F02Fe63d21
Octal4162210114770573467541
Binary100001110010100010001001100111111010111111100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213288; }

 p { color: rgb(33,50,136); }

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

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

 a { background-color: rgb(33,50,136); }

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

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

 span { border-color: rgb(33,50,136); }

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