Html Css Color HEX #203954 Regal Blue

📋 copy color: '#203954'

red 32 ◦ green 57 ◦ blue 84

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

Shades of Regal Blue #203954

Tints of Regal Blue #203954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 18.5%
G = 32.95%
B = 48.55%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203954 (or 0x203954) is known color: Regal Blue. HEX triplet: 20, 39 and 54. RGB value is (32,57,84). Sum of RGB (Red+Green+Blue) = 32+57+84=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #203954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203954 is #DFC6AB. Grayscale: #343434. Windows color (decimal): -14665388 or 5519648. OLE color: 5519648.

HSL color Cylindrical-coordinate representation of color #203954: hue angle of 211.15º 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 #203954 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 57 84 -
CMYK 0.62 0.32 0 0.67
HSL 211.15º 0.45% 0.23% -
HSV(B) 211.15º 0.62% 0.33% -
XYZ 3.66 3.87 8.94 -
YUV 52.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 32 57 84 0.62 0.32 0 0.67 211.15 0.45 0.23
Hex 20 39 54 3E 20 0 43 D3 2D 17
Octal 40 71 124 76 40 0 103 323 55 27
Binary 100000 111001 1010100 111110 100000 0 1000011 11010011 101101 10111

Color Harmonies of #203954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203954

Black with #203954

Text Example


Text Example

White with #203954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203954; }

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

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

background-color css

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

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

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

border-color css

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

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

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