#203056

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

Shades of Catalina Blue #203056

Tints of Catalina Blue #203056

Color information

#203056 (or 0x203056) is unknown color: approx Catalina Blue. HEX triplet: 20, 30 and 56. RGB value is (32,48,86). Sum of RGB (Red+Green+Blue) = 32+48+86=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #203056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203056 is #DFCFA9. Grayscale: #2F2F2F. Windows color (decimal): -14667690 or 5648416. OLE color: 5648416.

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

Color convert

RGB324886-
CMYK0.630.4400.66
HSL222.22º45.76%23.14%-
HSV(B)222.22º62.79%33.73%-
XYZ3.333.099.23-
YUV47.55149.7116.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=19.28%
G=28.92%
B=51.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3248860.630.4400.66222.2245.7623.14
Hex2030563F2C042de2e17
Octal4060126775401023365627
Binary1000001100001010110111111101100010000101101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203056; }

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

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

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

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

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

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

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

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