#203253

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

Shades of Catalina Blue #203253

Tints of Catalina Blue #203253

Color information

#203253 (or 0x203253) is unknown color: approx Catalina Blue. HEX triplet: 20, 32 and 53. RGB value is (32,50,83). Sum of RGB (Red+Green+Blue) = 32+50+83=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #203253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203253 is #DFCDAC. Grayscale: #303030. Windows color (decimal): -14667181 or 5452320. OLE color: 5452320.

HSL color Cylindrical-coordinate representation of color #203253: hue angle of 218.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203253 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB325083-
CMYK0.610.4000.67
HSL218.82º44.35%22.55%-
HSV(B)218.82º61.45%32.55%-
XYZ3.33.218.63-
YUV48.38147.54116.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=19.39%
G=30.30%
B=50.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3250830.610.4000.67218.8244.3522.55
Hex2032533D28043db2c17
Octal4062123755001033335427
Binary1000001100101010011111101101000010000111101101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203253; }

 p { color: rgb(32,50,83); }

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

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

 a { background-color: rgb(32,50,83); }

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

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

 span { border-color: rgb(32,50,83); }

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