#213960

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

Shades of Catalina Blue #213960

Tints of Catalina Blue #213960

Color information

#213960 (or 0x213960) is unknown color: approx Catalina Blue. HEX triplet: 21, 39 and 60. RGB value is (33,57,96). Sum of RGB (Red+Green+Blue) = 33+57+96=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #213960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213960 is #DEC69F. Grayscale: #363636. Windows color (decimal): -14599840 or 6306081. OLE color: 6306081.

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

Color convert

RGB335796-
CMYK0.660.4100.62
HSL217.14º48.84%25.29%-
HSV(B)217.14º65.62%37.65%-
XYZ4.24.0911.64-
YUV54.27151.55112.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=17.74%
G=30.65%
B=51.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3357960.660.4100.62217.1448.8425.29
Hex213960422903Ed93119
Octal4171140102510763316131
Binary1000011110011100000100001010100101111101101100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213960; }

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

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

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

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

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

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

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

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