Html Css Color HEX #203A51 Regal Blue

📋 copy color: '#203A51'

red 32 ◦ green 58 ◦ blue 81

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

Shades of Regal Blue #203A51

Tints of Regal Blue #203A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 18.71%
G = 33.92%
B = 47.37%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#203A51 (or 0x203A51) is known color: Regal Blue. HEX triplet: 20, 3A and 51. RGB value is (32,58,81). Sum of RGB (Red+Green+Blue) = 32+58+81=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #203A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A51 is #DFC5AE. Grayscale: #343434. Windows color (decimal): -14665135 or 5323296. OLE color: 5323296.

HSL color Cylindrical-coordinate representation of color #203A51: hue angle of 208.16º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203A51 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 58 81 -
CMYK 0.60 0.28 0 0.68
HSL 208.16º 0.43% 0.22% -
HSV(B) 208.16º 0.6% 0.32% -
XYZ 3.59 3.93 8.35 -
YUV 52.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 32 58 81 0.60 0.28 0 0.68 208.16 0.43 0.22
Hex 20 3A 51 3C 1C 0 44 D0 2B 16
Octal 40 72 121 74 34 0 104 320 53 26
Binary 100000 111010 1010001 111100 11100 0 1000100 11010000 101011 10110

Color Harmonies of #203A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203A51

Black with #203A51

Text Example


Text Example

White with #203A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,58,81); }

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

background-color css

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

 a { background-color: rgb(32,58,81); }

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

border-color css

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

 span { border-color: rgb(32,58,81); }

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