#20365A

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

Shades of Catalina Blue #20365A

Tints of Catalina Blue #20365A

Color information

#20365A (or 0x20365A) is unknown color: approx Catalina Blue. HEX triplet: 20, 36 and 5A. RGB value is (32,54,90). Sum of RGB (Red+Green+Blue) = 32+54+90=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #20365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20365A is #DFC9A5. Grayscale: #333333. Windows color (decimal): -14666150 or 5912096. OLE color: 5912096.

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

Color convert

RGB325490-
CMYK0.640.4000.65
HSL217.24º47.54%23.92%-
HSV(B)217.24º64.44%35.29%-
XYZ3.763.6810.19-
YUV51.53149.71114.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=18.18%
G=30.68%
B=51.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3254900.640.4000.65217.2447.5423.92
Hex20365A4028041d93018
Octal40661321005001013316030
Binary10000011011010110101000000101000010000011101100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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