#21338B

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

Shades of Resolution Blue #21338B

Tints of Resolution Blue #21338B

Color information

#21338B (or 0x21338B) is unknown color: approx Resolution Blue. HEX triplet: 21, 33 and 8B. RGB value is (33,51,139). Sum of RGB (Red+Green+Blue) = 33+51+139=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #21338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21338B is #DECC74. Grayscale: #373737. Windows color (decimal): -14601333 or 9122593. OLE color: 9122593.

HSL color Cylindrical-coordinate representation of color #21338B: hue angle of 229.81º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21338B is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3351139-
CMYK0.760.6300.45
HSL229.81º61.63%33.73%-
HSV(B)229.81º76.26%54.51%-
XYZ6.474.5624.96-
YUV55.65175.04111.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 139 (54.69% from 255) = 62.33%
R=14.80%
G=22.87%
B=62.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33511390.760.6300.45229.8161.6333.73
Hex21338B4C3F02De63e22
Octal4163213114770553467642
Binary100001110011100010111001100111111010110111100110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21338B; }

 p { color: rgb(33,51,139); }

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

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

 a { background-color: rgb(33,51,139); }

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

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

 span { border-color: rgb(33,51,139); }

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