#203353

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

Shades of Catalina Blue #203353

Tints of Catalina Blue #203353

Color information

#203353 (or 0x203353) is unknown color: approx Catalina Blue. HEX triplet: 20, 33 and 53. RGB value is (32,51,83). Sum of RGB (Red+Green+Blue) = 32+51+83=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #203353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203353 is #DFCCAC. Grayscale: #303030. Windows color (decimal): -14666925 or 5452576. OLE color: 5452576.

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

Color convert

RGB325183-
CMYK0.610.3900.67
HSL217.65º44.35%22.55%-
HSV(B)217.65º61.45%32.55%-
XYZ3.343.38.64-
YUV48.97147.21115.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 83 (32.81% from 255) = 50%
R=19.28%
G=30.72%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3251830.610.3900.67217.6544.3522.55
Hex2033533D27043da2c17
Octal4063123754701033325427
Binary1000001100111010011111101100111010000111101101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203353; }

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

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

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

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

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

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

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

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