#213656

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

Shades of Catalina Blue #213656

Tints of Catalina Blue #213656

Color information

#213656 (or 0x213656) is unknown color: approx Catalina Blue. HEX triplet: 21, 36 and 56. RGB value is (33,54,86). Sum of RGB (Red+Green+Blue) = 33+54+86=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #213656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213656 is #DEC9A9. Grayscale: #333333. Windows color (decimal): -14600618 or 5649953. OLE color: 5649953.

HSL color Cylindrical-coordinate representation of color #213656: hue angle of 216.23º 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 #213656 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB335486-
CMYK0.620.3700.66
HSL216.23º44.54%23.33%-
HSV(B)216.23º61.63%33.73%-
XYZ3.633.639.31-
YUV51.37147.54114.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=19.08%
G=31.21%
B=49.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3354860.620.3700.66216.2344.5423.33
Hex2136563E25042d82d17
Octal4166126764501023305527
Binary1000011101101010110111110100101010000101101100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213656; }

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

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

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

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

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

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

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

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