Html Css Color HEX #20364E Regal Blue

📋 copy color: '#20364E'

red 32 ◦ green 54 ◦ blue 78

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

Shades of Regal Blue #20364E

Tints of Regal Blue #20364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 47.56%

R = 19.51%
G = 32.93%
B = 47.56%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#20364E (or 0x20364E) is known color: Regal Blue. HEX triplet: 20, 36 and 4E. RGB value is (32,54,78). Sum of RGB (Red+Green+Blue) = 32+54+78=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #20364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20364E is #DFC9B1. Grayscale: #323232. Windows color (decimal): -14666162 or 5125664. OLE color: 5125664.

HSL color Cylindrical-coordinate representation of color #20364E: hue angle of 211.3º 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 #20364E is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 54 78 -
CMYK 0.59 0.31 0 0.69
HSL 211.3º 0.42% 0.22% -
HSV(B) 211.3º 0.59% 0.31% -
XYZ 3.29 3.5 7.71 -
YUV 50.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 32 54 78 0.59 0.31 0 0.69 211.3 0.42 0.22
Hex 20 36 4E 3B 1F 0 45 D3 2A 16
Octal 40 66 116 73 37 0 105 323 52 26
Binary 100000 110110 1001110 111011 11111 0 1000101 11010011 101010 10110

Color Harmonies of #20364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20364E

Black with #20364E

Text Example


Text Example

White with #20364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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