Html Css Color HEX #20376D Catalina Blue

📋 copy color: '#20376D'

red 32 ◦ green 55 ◦ blue 109

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

Shades of Catalina Blue #20376D

Tints of Catalina Blue #20376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 16.33%
G = 28.06%
B = 55.61%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20376D (or 0x20376D) is known color: Catalina Blue. HEX triplet: 20, 37 and 6D. RGB value is (32,55,109). Sum of RGB (Red+Green+Blue) = 32+55+109=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #20376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20376D is #DFC892. Grayscale: #363636. Windows color (decimal): -14665875 or 7157536. OLE color: 7157536.

HSL color Cylindrical-coordinate representation of color #20376D: hue angle of 222.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20376D is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 55 109 -
CMYK 0.71 0.50 0 0.57
HSL 222.08º 0.55% 0.28% -
HSV(B) 222.08º 0.71% 0.43% -
XYZ 4.72 4.14 15.02 -
YUV 54.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 32 55 109 0.71 0.50 0 0.57 222.08 0.55 0.28
Hex 20 37 6D 47 32 0 39 DE 37 1C
Octal 40 67 155 107 62 0 71 336 67 34
Binary 100000 110111 1101101 1000111 110010 0 111001 11011110 110111 11100

Color Harmonies of #20376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20376D

Black with #20376D

Text Example


Text Example

White with #20376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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