Html Css Color HEX #20364F Regal Blue

📋 copy color: '#20364F'

red 32 ◦ green 54 ◦ blue 79

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

Shades of Regal Blue #20364F

Tints of Regal Blue #20364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.88%

R = 19.39%
G = 32.73%
B = 47.88%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#20364F (or 0x20364F) is known color: Regal Blue. HEX triplet: 20, 36 and 4F. RGB value is (32,54,79). Sum of RGB (Red+Green+Blue) = 32+54+79=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #20364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20364F is #DFC9B0. Grayscale: #323232. Windows color (decimal): -14666161 or 5191200. OLE color: 5191200.

HSL color Cylindrical-coordinate representation of color #20364F: hue angle of 211.91º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20364F is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 54 79 -
CMYK 0.59 0.32 0 0.69
HSL 211.91º 0.42% 0.22% -
HSV(B) 211.91º 0.59% 0.31% -
XYZ 3.33 3.51 7.9 -
YUV 50.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 32 54 79 0.59 0.32 0 0.69 211.91 0.42 0.22
Hex 20 36 4F 3B 20 0 45 D4 2A 16
Octal 40 66 117 73 40 0 105 324 52 26
Binary 100000 110110 1001111 111011 100000 0 1000101 11010100 101010 10110

Color Harmonies of #20364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20364F

Black with #20364F

Text Example


Text Example

White with #20364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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