#21348B

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

Shades of Resolution Blue #21348B

Tints of Resolution Blue #21348B

Color information

#21348B (or 0x21348B) is unknown color: approx Resolution Blue. HEX triplet: 21, 34 and 8B. RGB value is (33,52,139). Sum of RGB (Red+Green+Blue) = 33+52+139=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #21348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21348B is #DECB74. Grayscale: #373737. Windows color (decimal): -14601077 or 9122849. OLE color: 9122849.

HSL color Cylindrical-coordinate representation of color #21348B: hue angle of 229.25º 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 #21348B is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3352139-
CMYK0.760.6300.45
HSL229.25º61.63%33.73%-
HSV(B)229.25º76.26%54.51%-
XYZ6.524.6424.98-
YUV56.24174.71111.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 139 (54.69% from 255) = 62.05%
R=14.73%
G=23.21%
B=62.05%

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
Decimal33521390.760.6300.45229.2561.6333.73
Hex21348B4C3F02De53e22
Octal4164213114770553457642
Binary100001110100100010111001100111111010110111100101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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