#213456

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

Shades of Catalina Blue #213456

Tints of Catalina Blue #213456

Color information

#213456 (or 0x213456) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 56. RGB value is (33,52,86). Sum of RGB (Red+Green+Blue) = 33+52+86=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #213456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213456 is #DECBA9. Grayscale: #323232. Windows color (decimal): -14601130 or 5649441. OLE color: 5649441.

HSL color Cylindrical-coordinate representation of color #213456: hue angle of 218.49º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213456 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB335286-
CMYK0.620.4000.66
HSL218.49º44.54%23.33%-
HSV(B)218.49º61.63%33.73%-
XYZ3.533.459.28-
YUV50.2148.21115.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 86 (33.98% from 255) = 50.29%
R=19.30%
G=30.41%
B=50.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3352860.620.4000.66218.4944.5423.33
Hex2134563E28042da2d17
Octal4164126765001023325527
Binary1000011101001010110111110101000010000101101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213456; }

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

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

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

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

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

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

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

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