#20385F

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

Shades of Catalina Blue #20385F

Tints of Catalina Blue #20385F

Color information

#20385F (or 0x20385F) is unknown color: approx Catalina Blue. HEX triplet: 20, 38 and 5F. RGB value is (32,56,95). Sum of RGB (Red+Green+Blue) = 32+56+95=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #20385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20385F is #DFC7A0. Grayscale: #353535. Windows color (decimal): -14665633 or 6240288. OLE color: 6240288.

HSL color Cylindrical-coordinate representation of color #20385F: hue angle of 217.14º 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 #20385F is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB325695-
CMYK0.660.4100.63
HSL217.14º49.61%24.9%-
HSV(B)217.14º66.32%37.25%-
XYZ4.083.9611.38-
YUV53.27151.55112.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=17.49%
G=30.60%
B=51.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3256950.660.4100.63217.1449.6124.9
Hex20385F422903Fd93219
Octal4070137102510773316231
Binary1000001110001011111100001010100101111111101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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