#203453

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

Shades of Catalina Blue #203453

Tints of Catalina Blue #203453

Color information

#203453 (or 0x203453) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 53. RGB value is (32,52,83). Sum of RGB (Red+Green+Blue) = 32+52+83=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #203453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203453 is #DFCBAC. Grayscale: #313131. Windows color (decimal): -14666669 or 5452832. OLE color: 5452832.

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

Color convert

RGB325283-
CMYK0.610.3700.67
HSL216.47º44.35%22.55%-
HSV(B)216.47º61.45%32.55%-
XYZ3.383.398.66-
YUV49.55146.87115.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=19.16%
G=31.14%
B=49.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3252830.610.3700.67216.4744.3522.55
Hex2034533D25043d82c17
Octal4064123754501033305427
Binary1000001101001010011111101100101010000111101100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203453; }

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

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

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

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

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

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

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

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