#203960

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

Shades of Catalina Blue #203960

Tints of Catalina Blue #203960

Color information

#203960 (or 0x203960) is unknown color: approx Catalina Blue. HEX triplet: 20, 39 and 60. RGB value is (32,57,96). Sum of RGB (Red+Green+Blue) = 32+57+96=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 57 (22.66% from 255 or 30.81% 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 #203960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203960 is #DFC69F. Grayscale: #353535. Windows color (decimal): -14665376 or 6306080. OLE color: 6306080.

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

Color convert

RGB325796-
CMYK0.670.4100.62
HSL216.56º50%25.1%-
HSV(B)216.56º66.67%37.65%-
XYZ4.174.0811.63-
YUV53.97151.72112.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=17.30%
G=30.81%
B=51.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3257960.670.4100.62216.565025.1
Hex203960432903Ed93219
Octal4071140103510763316231
Binary1000001110011100000100001110100101111101101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203960; }

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

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

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

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

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

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

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

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