#21346E

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

Shades of Resolution Blue #21346E

Tints of Resolution Blue #21346E

Color information

#21346E (or 0x21346E) is unknown color: approx Resolution Blue. HEX triplet: 21, 34 and 6E. RGB value is (33,52,110). Sum of RGB (Red+Green+Blue) = 33+52+110=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #21346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21346E is #DECB91. Grayscale: #343434. Windows color (decimal): -14601106 or 7222305. OLE color: 7222305.

HSL color Cylindrical-coordinate representation of color #21346E: hue angle of 225.19º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21346E is Cyan = 0.7, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3352110-
CMYK0.70.5300.57
HSL225.19º53.85%28.04%-
HSV(B)225.19º70%43.14%-
XYZ4.673.9115.26-
YUV52.93160.21113.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=16.92%
G=26.67%
B=56.41%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33521100.70.5300.57225.1953.8528.04
Hex21346E4635039e1361c
Octal4164156106650713416634
Binary1000011101001101110100011011010101110011110000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21346E; }

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

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

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

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

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

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

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

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