Html Css Color HEX #20315C Catalina Blue

📋 copy color: '#20315C'

red 32 ◦ green 49 ◦ blue 92

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

Shades of Catalina Blue #20315C

Tints of Catalina Blue #20315C

RGB

 RED value IS 32 (12.89% from 255) = 18.5%

 GREEN value IS 49 (19.53% from 255) = 28.32%

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 18.5%
G = 28.32%
B = 53.18%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20315C (or 0x20315C) is known color: Catalina Blue. HEX triplet: 20, 31 and 5C. RGB value is (32,49,92). Sum of RGB (Red+Green+Blue) = 32+49+92=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #20315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20315C is #DFCEA3. Grayscale: #303030. Windows color (decimal): -14667428 or 6041888. OLE color: 6041888.

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

Color convert

RGB 32 49 92 -
CMYK 0.65 0.47 0 0.64
HSL 223º 0.48% 0.24% -
HSV(B) 223º 0.65% 0.36% -
XYZ 3.63 3.28 10.57 -
YUV 48.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 32 49 92 0.65 0.47 0 0.64 223 0.48 0.24
Hex 20 31 5C 41 2F 0 40 DF 30 18
Octal 40 61 134 101 57 0 100 337 60 30
Binary 100000 110001 1011100 1000001 101111 0 1000000 11011111 110000 11000

Color Harmonies of #20315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20315C

Black with #20315C

Text Example


Text Example

White with #20315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20315C;
 }
 .AnyTagClassName
 {
   color: #20315C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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