#213260

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

Shades of Catalina Blue #213260

Tints of Catalina Blue #213260

Color information

#213260 (or 0x213260) is unknown color: approx Catalina Blue. HEX triplet: 21, 32 and 60. RGB value is (33,50,96). Sum of RGB (Red+Green+Blue) = 33+50+96=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #213260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213260 is #DECD9F. Grayscale: #313131. Windows color (decimal): -14601632 or 6304289. OLE color: 6304289.

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

Color convert

RGB335096-
CMYK0.660.4800.62
HSL223.81º48.84%25.29%-
HSV(B)223.81º65.62%37.65%-
XYZ3.883.4511.53-
YUV50.16153.87115.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=18.44%
G=27.93%
B=53.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3350960.660.4800.62223.8148.8425.29
Hex213260423003Ee03119
Octal4162140102600763406131
Binary1000011100101100000100001011000001111101110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213260; }

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

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

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

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

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

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

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

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