Html Css Color HEX #203E5B Regal Blue

📋 copy color: '#203E5B'

red 32 ◦ green 62 ◦ blue 91

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

Shades of Regal Blue #203E5B

Tints of Regal Blue #203E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.19%

R = 17.3%
G = 33.51%
B = 49.19%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#203E5B (or 0x203E5B) is known color: Regal Blue. HEX triplet: 20, 3E and 5B. RGB value is (32,62,91). Sum of RGB (Red+Green+Blue) = 32+62+91=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #203E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E5B is #DFC1A4. Grayscale: #383838. Windows color (decimal): -14664101 or 5979680. OLE color: 5979680.

HSL color Cylindrical-coordinate representation of color #203E5B: hue angle of 209.49º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #203E5B is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 62 91 -
CMYK 0.65 0.32 0 0.64
HSL 209.49º 0.48% 0.24% -
HSV(B) 209.49º 0.65% 0.36% -
XYZ 4.21 4.51 10.55 -
YUV 56.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 32 62 91 0.65 0.32 0 0.64 209.49 0.48 0.24
Hex 20 3E 5B 41 20 0 40 D1 30 18
Octal 40 76 133 101 40 0 100 321 60 30
Binary 100000 111110 1011011 1000001 100000 0 1000000 11010001 110000 11000

Color Harmonies of #203E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203E5B

Black with #203E5B

Text Example


Text Example

White with #203E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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