#20375A

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

Shades of Catalina Blue #20375A

Tints of Catalina Blue #20375A

Color information

#20375A (or 0x20375A) is unknown color: approx Catalina Blue. HEX triplet: 20, 37 and 5A. RGB value is (32,55,90). Sum of RGB (Red+Green+Blue) = 32+55+90=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #20375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20375A is #DFC8A5. Grayscale: #333333. Windows color (decimal): -14665894 or 5912352. OLE color: 5912352.

HSL color Cylindrical-coordinate representation of color #20375A: hue angle of 216.21º 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 #20375A is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB325590-
CMYK0.640.3900.65
HSL216.21º47.54%23.92%-
HSV(B)216.21º64.44%35.29%-
XYZ3.813.7810.2-
YUV52.11149.38113.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=18.08%
G=31.07%
B=50.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3255900.640.3900.65216.2147.5423.92
Hex20375A4027041d83018
Octal40671321004701013306030
Binary10000011011110110101000000100111010000011101100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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