#20365F

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

Shades of Catalina Blue #20365F

Tints of Catalina Blue #20365F

Color information

#20365F (or 0x20365F) is unknown color: approx Catalina Blue. HEX triplet: 20, 36 and 5F. RGB value is (32,54,95). Sum of RGB (Red+Green+Blue) = 32+54+95=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #20365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20365F is #DFC9A0. Grayscale: #333333. Windows color (decimal): -14666145 or 6239776. OLE color: 6239776.

HSL color Cylindrical-coordinate representation of color #20365F: hue angle of 219.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20365F is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB325495-
CMYK0.660.4300.63
HSL219.05º49.61%24.9%-
HSV(B)219.05º66.32%37.25%-
XYZ3.983.7711.34-
YUV52.1152.21113.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=17.68%
G=29.83%
B=52.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3254950.660.4300.63219.0549.6124.9
Hex20365F422B03Fdb3219
Octal4066137102530773336231
Binary1000001101101011111100001010101101111111101101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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