#20335C

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

Shades of Catalina Blue #20335C

Tints of Catalina Blue #20335C

Color information

#20335C (or 0x20335C) is unknown color: approx Catalina Blue. HEX triplet: 20, 33 and 5C. RGB value is (32,51,92). Sum of RGB (Red+Green+Blue) = 32+51+92=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #20335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20335C is #DFCCA3. Grayscale: #313131. Windows color (decimal): -14666916 or 6042400. OLE color: 6042400.

HSL color Cylindrical-coordinate representation of color #20335C: hue angle of 221º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20335C is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB325192-
CMYK0.650.4500.64
HSL221º48.39%24.31%-
HSV(B)221º65.22%36.08%-
XYZ3.713.4510.6-
YUV49.99151.71115.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=18.29%
G=29.14%
B=52.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3251920.650.4500.6422148.3924.31
Hex20335C412D040dd3018
Octal40631341015501003356030
Binary10000011001110111001000001101101010000001101110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20335C; }

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

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

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

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

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

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

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

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