Html Css Color HEX #20376C Catalina Blue

📋 copy color: '#20376C'

red 32 ◦ green 55 ◦ blue 108

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

Shades of Catalina Blue #20376C

Tints of Catalina Blue #20376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.21%

 BLUE value IS 108 (42.58% from 255) = 55.38%

R = 16.41%
G = 28.21%
B = 55.38%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20376C (or 0x20376C) is known color: Catalina Blue. HEX triplet: 20, 37 and 6C. RGB value is (32,55,108). Sum of RGB (Red+Green+Blue) = 32+55+108=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #20376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20376C is #DFC893. Grayscale: #353535. Windows color (decimal): -14665876 or 7092000. OLE color: 7092000.

HSL color Cylindrical-coordinate representation of color #20376C: hue angle of 221.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20376C is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 55 108 -
CMYK 0.70 0.49 0 0.58
HSL 221.84º 0.54% 0.27% -
HSV(B) 221.84º 0.7% 0.42% -
XYZ 4.67 4.12 14.74 -
YUV 54.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 32 55 108 0.70 0.49 0 0.58 221.84 0.54 0.27
Hex 20 37 6C 46 31 0 3A DE 36 1B
Octal 40 67 154 106 61 0 72 336 66 33
Binary 100000 110111 1101100 1000110 110001 0 111010 11011110 110110 11011

Color Harmonies of #20376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20376C

Black with #20376C

Text Example


Text Example

White with #20376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,55,108); }

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

background-color css

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

 a { background-color: rgb(32,55,108); }

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

border-color css

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

 span { border-color: rgb(32,55,108); }

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