Html Css Color HEX #20364D Regal Blue

📋 copy color: '#20364D'

red 32 ◦ green 54 ◦ blue 77

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

Shades of Regal Blue #20364D

Tints of Regal Blue #20364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.13%

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

R = 19.63%
G = 33.13%
B = 47.24%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#20364D (or 0x20364D) is known color: Regal Blue. HEX triplet: 20, 36 and 4D. RGB value is (32,54,77). Sum of RGB (Red+Green+Blue) = 32+54+77=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #20364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20364D is #DFC9B2. Grayscale: #313131. Windows color (decimal): -14666163 or 5060128. OLE color: 5060128.

HSL color Cylindrical-coordinate representation of color #20364D: hue angle of 210.67º 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 #20364D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 54 77 -
CMYK 0.58 0.30 0 0.70
HSL 210.67º 0.41% 0.21% -
HSV(B) 210.67º 0.58% 0.3% -
XYZ 3.25 3.48 7.52 -
YUV 50.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 32 54 77 0.58 0.30 0 0.70 210.67 0.41 0.21
Hex 20 36 4D 3A 1E 0 46 D3 29 15
Octal 40 66 115 72 36 0 106 323 51 25
Binary 100000 110110 1001101 111010 11110 0 1000110 11010011 101001 10101

Color Harmonies of #20364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20364D

Black with #20364D

Text Example


Text Example

White with #20364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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