Html Css Color HEX #203C54 Regal Blue

📋 copy color: '#203C54'

red 32 ◦ green 60 ◦ blue 84

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

Shades of Regal Blue #203C54

Tints of Regal Blue #203C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

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

R = 18.18%
G = 34.09%
B = 47.73%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203C54 (or 0x203C54) is known color: Regal Blue. HEX triplet: 20, 3C and 54. RGB value is (32,60,84). Sum of RGB (Red+Green+Blue) = 32+60+84=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #203C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C54 is #DFC3AB. Grayscale: #363636. Windows color (decimal): -14664620 or 5520416. OLE color: 5520416.

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

Color convert

RGB 32 60 84 -
CMYK 0.62 0.29 0 0.67
HSL 207.69º 0.45% 0.23% -
HSV(B) 207.69º 0.62% 0.33% -
XYZ 3.81 4.18 8.99 -
YUV 54.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 32 60 84 0.62 0.29 0 0.67 207.69 0.45 0.23
Hex 20 3C 54 3E 1D 0 43 D0 2D 17
Octal 40 74 124 76 35 0 103 320 55 27
Binary 100000 111100 1010100 111110 11101 0 1000011 11010000 101101 10111

Color Harmonies of #203C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C54

Black with #203C54

Text Example


Text Example

White with #203C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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