Html Css Color HEX #203E5D Regal Blue

📋 copy color: '#203E5D'

red 32 ◦ green 62 ◦ blue 93

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

Shades of Regal Blue #203E5D

Tints of Regal Blue #203E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.16%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 17.11%
G = 33.16%
B = 49.73%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#203E5D (or 0x203E5D) is known color: Regal Blue. HEX triplet: 20, 3E and 5D. RGB value is (32,62,93). Sum of RGB (Red+Green+Blue) = 32+62+93=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #203E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E5D is #DFC1A2. Grayscale: #383838. Windows color (decimal): -14664099 or 6110752. OLE color: 6110752.

HSL color Cylindrical-coordinate representation of color #203E5D: hue angle of 210.49º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #203E5D is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 62 93 -
CMYK 0.66 0.33 0 0.64
HSL 210.49º 0.49% 0.25% -
HSV(B) 210.49º 0.66% 0.36% -
XYZ 4.29 4.54 11.01 -
YUV 56.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 32 62 93 0.66 0.33 0 0.64 210.49 0.49 0.25
Hex 20 3E 5D 42 21 0 40 D2 31 19
Octal 40 76 135 102 41 0 100 322 61 31
Binary 100000 111110 1011101 1000010 100001 0 1000000 11010010 110001 11001

Color Harmonies of #203E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203E5D

Black with #203E5D

Text Example


Text Example

White with #203E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,62,93); }

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

background-color css

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

 a { background-color: rgb(32,62,93); }

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

border-color css

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

 span { border-color: rgb(32,62,93); }

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