#213560

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

Shades of Catalina Blue #213560

Tints of Catalina Blue #213560

Color information

#213560 (or 0x213560) is unknown color: approx Catalina Blue. HEX triplet: 21, 35 and 60. RGB value is (33,53,96). Sum of RGB (Red+Green+Blue) = 33+53+96=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #213560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213560 is #DECA9F. Grayscale: #333333. Windows color (decimal): -14600864 or 6305057. OLE color: 6305057.

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

Color convert

RGB335396-
CMYK0.660.4500.62
HSL220.95º48.84%25.29%-
HSV(B)220.95º65.62%37.65%-
XYZ4.013.7111.57-
YUV51.92152.87114.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=18.13%
G=29.12%
B=52.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3353960.660.4500.62220.9548.8425.29
Hex213560422D03Edd3119
Octal4165140102550763356131
Binary1000011101011100000100001010110101111101101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213560; }

 p { color: rgb(33,53,96); }

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

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

 a { background-color: rgb(33,53,96); }

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

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

 span { border-color: rgb(33,53,96); }

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