#203160

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

Shades of Catalina Blue #203160

Tints of Catalina Blue #203160

Color information

#203160 (or 0x203160) is unknown color: approx Catalina Blue. HEX triplet: 20, 31 and 60. RGB value is (32,49,96). Sum of RGB (Red+Green+Blue) = 32+49+96=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #203160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203160 is #DFCE9F. Grayscale: #313131. Windows color (decimal): -14667424 or 6304032. OLE color: 6304032.

HSL color Cylindrical-coordinate representation of color #203160: hue angle of 224.06º 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 #203160 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB324996-
CMYK0.670.4900.62
HSL224.06º50%25.1%-
HSV(B)224.06º66.67%37.65%-
XYZ3.813.3511.51-
YUV49.28154.37115.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=18.08%
G=27.68%
B=54.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3249960.670.4900.62224.065025.1
Hex203160433103Ee03219
Octal4061140103610763406231
Binary1000001100011100000100001111000101111101110000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203160; }

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

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

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

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

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

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

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

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