#20315D

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

Shades of Catalina Blue #20315D

Tints of Catalina Blue #20315D

Color information

#20315D (or 0x20315D) is unknown color: approx Catalina Blue. HEX triplet: 20, 31 and 5D. RGB value is (32,49,93). Sum of RGB (Red+Green+Blue) = 32+49+93=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #20315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20315D is #DFCEA2. Grayscale: #303030. Windows color (decimal): -14667427 or 6107424. OLE color: 6107424.

HSL color Cylindrical-coordinate representation of color #20315D: hue angle of 223.28º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20315D is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB324993-
CMYK0.660.4700.64
HSL223.28º48.8%24.51%-
HSV(B)223.28º65.59%36.47%-
XYZ3.673.2910.8-
YUV48.93152.87115.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=18.39%
G=28.16%
B=53.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3249930.660.4700.64223.2848.824.51
Hex20315D422F040df3119
Octal40611351025701003376131
Binary10000011000110111011000010101111010000001101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20315D; }

 p { color: rgb(32,49,93); }

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

<style>
 a { background-color: #20315D; }

 a { background-color: rgb(32,49,93); }

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

<style>
 span { border-color: #20315D; }

 span { border-color: rgb(32,49,93); }

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