#203956

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

Shades of Catalina Blue #203956

Tints of Catalina Blue #203956

Color information

#203956 (or 0x203956) is unknown color: approx Catalina Blue. HEX triplet: 20, 39 and 56. RGB value is (32,57,86). Sum of RGB (Red+Green+Blue) = 32+57+86=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #203956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203956 is #DFC6A9. Grayscale: #343434. Windows color (decimal): -14665386 or 5650720. OLE color: 5650720.

HSL color Cylindrical-coordinate representation of color #203956: hue angle of 212.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203956 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB325786-
CMYK0.630.3400.66
HSL212.22º45.76%23.14%-
HSV(B)212.22º62.79%33.73%-
XYZ3.743.919.36-
YUV52.83146.72113.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=18.29%
G=32.57%
B=49.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3257860.630.3400.66212.2245.7623.14
Hex2039563F22042d42e17
Octal4071126774201023245627
Binary1000001110011010110111111100010010000101101010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203956; }

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

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

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

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

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

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

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

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