#203351

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

Shades of Catalina Blue #203351

Tints of Catalina Blue #203351

Color information

#203351 (or 0x203351) is unknown color: approx Catalina Blue. HEX triplet: 20, 33 and 51. RGB value is (32,51,81). Sum of RGB (Red+Green+Blue) = 32+51+81=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #203351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203351 is #DFCCAE. Grayscale: #303030. Windows color (decimal): -14666927 or 5321504. OLE color: 5321504.

HSL color Cylindrical-coordinate representation of color #203351: hue angle of 216.73º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203351 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB325181-
CMYK0.600.3700.68
HSL216.73º43.36%22.16%-
HSV(B)216.73º60.49%31.76%-
XYZ3.263.278.24-
YUV48.74146.21116.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=19.51%
G=31.10%
B=49.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3251810.600.3700.68216.7343.3622.16
Hex2033513C25044d92b16
Octal4063121744501043315326
Binary1000001100111010001111100100101010001001101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203351; }

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

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

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

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

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

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

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

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