Html Css Color HEX #20374D Regal Blue

📋 copy color: '#20374D'

red 32 ◦ green 55 ◦ blue 77

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

Shades of Regal Blue #20374D

Tints of Regal Blue #20374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 19.51%
G = 33.54%
B = 46.95%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20374D (or 0x20374D) is known color: Regal Blue. HEX triplet: 20, 37 and 4D. RGB value is (32,55,77). Sum of RGB (Red+Green+Blue) = 32+55+77=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #20374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20374D is #DFC8B2. Grayscale: #323232. Windows color (decimal): -14665907 or 5060384. OLE color: 5060384.

HSL color Cylindrical-coordinate representation of color #20374D: hue angle of 209.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20374D is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 55 77 -
CMYK 0.58 0.29 0 0.70
HSL 209.33º 0.41% 0.21% -
HSV(B) 209.33º 0.58% 0.3% -
XYZ 3.3 3.58 7.54 -
YUV 50.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 32 55 77 0.58 0.29 0 0.70 209.33 0.41 0.21
Hex 20 37 4D 3A 1D 0 46 D1 29 15
Octal 40 67 115 72 35 0 106 321 51 25
Binary 100000 110111 1001101 111010 11101 0 1000110 11010001 101001 10101

Color Harmonies of #20374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20374D

Black with #20374D

Text Example


Text Example

White with #20374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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