#213860

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

Shades of Catalina Blue #213860

Tints of Catalina Blue #213860

Color information

#213860 (or 0x213860) is unknown color: approx Catalina Blue. HEX triplet: 21, 38 and 60. RGB value is (33,56,96). Sum of RGB (Red+Green+Blue) = 33+56+96=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #213860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213860 is #DEC79F. Grayscale: #353535. Windows color (decimal): -14600096 or 6305825. OLE color: 6305825.

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

Color convert

RGB335696-
CMYK0.660.4200.62
HSL218.1º48.84%25.29%-
HSV(B)218.1º65.62%37.65%-
XYZ4.15411.62-
YUV53.68151.88113.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=17.84%
G=30.27%
B=51.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3356960.660.4200.62218.148.8425.29
Hex213860422A03Eda3119
Octal4170140102520763326131
Binary1000011110001100000100001010101001111101101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213860; }

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

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

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

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

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

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

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

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