#203356

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

Shades of Catalina Blue #203356

Tints of Catalina Blue #203356

Color information

#203356 (or 0x203356) is unknown color: approx Catalina Blue. HEX triplet: 20, 33 and 56. RGB value is (32,51,86). Sum of RGB (Red+Green+Blue) = 32+51+86=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #203356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203356 is #DFCCA9. Grayscale: #313131. Windows color (decimal): -14666922 or 5649184. OLE color: 5649184.

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

Color convert

RGB325186-
CMYK0.630.4100.66
HSL218.89º45.76%23.14%-
HSV(B)218.89º62.79%33.73%-
XYZ3.463.359.27-
YUV49.31148.71115.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 86 (33.98% from 255) = 50.89%
R=18.93%
G=30.18%
B=50.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3251860.630.4100.66218.8945.7623.14
Hex2033563F29042db2e17
Octal4063126775101023335627
Binary1000001100111010110111111101001010000101101101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203356; }

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

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

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

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

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

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

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

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