#203057

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

Shades of Catalina Blue #203057

Tints of Catalina Blue #203057

Color information

#203057 (or 0x203057) is unknown color: approx Catalina Blue. HEX triplet: 20, 30 and 57. RGB value is (32,48,87). Sum of RGB (Red+Green+Blue) = 32+48+87=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #203057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203057 is #DFCFA8. Grayscale: #2F2F2F. Windows color (decimal): -14667689 or 5713952. OLE color: 5713952.

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

Color convert

RGB324887-
CMYK0.630.4500.66
HSL222.55º46.22%23.33%-
HSV(B)222.55º63.22%34.12%-
XYZ3.373.119.44-
YUV47.66150.2116.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 87 (34.38% from 255) = 52.10%
R=19.16%
G=28.74%
B=52.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3248870.630.4500.66222.5546.2223.33
Hex2030573F2D042df2e17
Octal4060127775501023375627
Binary1000001100001010111111111101101010000101101111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203057; }

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

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

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

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

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

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

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

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