Html Css Color HEX #20456C Regal Blue

📋 copy color: '#20456C'

red 32 ◦ green 69 ◦ blue 108

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

Shades of Regal Blue #20456C

Tints of Regal Blue #20456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 15.31%
G = 33.01%
B = 51.67%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20456C (or 0x20456C) is known color: Regal Blue. HEX triplet: 20, 45 and 6C. RGB value is (32,69,108). Sum of RGB (Red+Green+Blue) = 32+69+108=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #20456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20456C is #DFBA93. Grayscale: #3E3E3E. Windows color (decimal): -14662292 or 7095584. OLE color: 7095584.

HSL color Cylindrical-coordinate representation of color #20456C: hue angle of 210.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20456C is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 69 108 -
CMYK 0.70 0.36 0 0.58
HSL 210.79º 0.54% 0.27% -
HSV(B) 210.79º 0.7% 0.42% -
XYZ 5.43 5.65 14.99 -
YUV 62.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 32 69 108 0.70 0.36 0 0.58 210.79 0.54 0.27
Hex 20 45 6C 46 24 0 3A D3 36 1B
Octal 40 105 154 106 44 0 72 323 66 33
Binary 100000 1000101 1101100 1000110 100100 0 111010 11010011 110110 11011

Color Harmonies of #20456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20456C

Black with #20456C

Text Example


Text Example

White with #20456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20456C; }

 p { color: rgb(32,69,108); }

 H1.HeaderClassName
 {
   color: #20456C;
 }
 .AnyTagClassName
 {
   color: #20456C;
 }
</style>

background-color css

<style>
 a { background-color: #20456C; }

 a { background-color: rgb(32,69,108); }

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

border-color css

<style>
 span { border-color: #20456C; }

 span { border-color: rgb(32,69,108); }

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