Html Css Color HEX #204054 Regal Blue

📋 copy color: '#204054'

red 32 ◦ green 64 ◦ blue 84

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

Shades of Regal Blue #204054

Tints of Regal Blue #204054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 17.78%
G = 35.56%
B = 46.67%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#204054 (or 0x204054) is known color: Regal Blue. HEX triplet: 20, 40 and 54. RGB value is (32,64,84). Sum of RGB (Red+Green+Blue) = 32+64+84=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #204054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204054 is #DFBFAB. Grayscale: #383838. Windows color (decimal): -14663596 or 5521440. OLE color: 5521440.

HSL color Cylindrical-coordinate representation of color #204054: hue angle of 203.08º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204054 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 64 84 -
CMYK 0.62 0.24 0 0.67
HSL 203.08º 0.45% 0.23% -
HSV(B) 203.08º 0.62% 0.33% -
XYZ 4.03 4.61 9.07 -
YUV 56.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 32 64 84 0.62 0.24 0 0.67 203.08 0.45 0.23
Hex 20 40 54 3E 18 0 43 CB 2D 17
Octal 40 100 124 76 30 0 103 313 55 27
Binary 100000 1000000 1010100 111110 11000 0 1000011 11001011 101101 10111

Color Harmonies of #204054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204054

Black with #204054

Text Example


Text Example

White with #204054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204054; }

 p { color: rgb(32,64,84); }

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

background-color css

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

 a { background-color: rgb(32,64,84); }

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

border-color css

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

 span { border-color: rgb(32,64,84); }

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