#20395A

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

Shades of Catalina Blue #20395A

Tints of Catalina Blue #20395A

Color information

#20395A (or 0x20395A) is unknown color: approx Catalina Blue. HEX triplet: 20, 39 and 5A. RGB value is (32,57,90). Sum of RGB (Red+Green+Blue) = 32+57+90=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #20395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20395A is #DFC6A5. Grayscale: #353535. Windows color (decimal): -14665382 or 5912864. OLE color: 5912864.

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

Color convert

RGB325790-
CMYK0.640.3700.65
HSL214.14º47.54%23.92%-
HSV(B)214.14º64.44%35.29%-
XYZ3.93.9710.23-
YUV53.29148.72112.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=17.88%
G=31.84%
B=50.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3257900.640.3700.65214.1447.5423.92
Hex20395A4025041d63018
Octal40711321004501013266030
Binary10000011100110110101000000100101010000011101011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20395A; }

 p { color: rgb(32,57,90); }

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

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

 a { background-color: rgb(32,57,90); }

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

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

 span { border-color: rgb(32,57,90); }

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