Html Css Color HEX #20315D Catalina Blue

📋 copy color: '#20315D'

red 32 ◦ green 49 ◦ blue 93

#20315D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #20315D

Tints of Catalina Blue #20315D

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 value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20315D (or 0x20315D) is known color: 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

RGB 32 49 93 -
CMYK 0.66 0.47 0 0.64
HSL 223.28º 0.49% 0.25% -
HSV(B) 223.28º 0.66% 0.36% -
XYZ 3.67 3.29 10.8 -
YUV 48.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 32 49 93 0.66 0.47 0 0.64 223.28 0.49 0.25
Hex 20 31 5D 42 2F 0 40 DF 31 19
Octal 40 61 135 102 57 0 100 337 61 31
Binary 100000 110001 1011101 1000010 101111 0 1000000 11011111 110001 11001

Color Harmonies of #20315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20315D

Black with #20315D

Text Example


Text Example

White with #20315D

Text Example


Text Example

HTML Codes & Css Web 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>