Html Css Color HEX #203F5B Regal Blue

📋 copy color: '#203F5B'

red 32 ◦ green 63 ◦ blue 91

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

Shades of Regal Blue #203F5B

Tints of Regal Blue #203F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 33.87%

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

R = 17.2%
G = 33.87%
B = 48.92%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#203F5B (or 0x203F5B) is known color: Regal Blue. HEX triplet: 20, 3F and 5B. RGB value is (32,63,91). Sum of RGB (Red+Green+Blue) = 32+63+91=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #203F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F5B is #DFC0A4. Grayscale: #383838. Windows color (decimal): -14663845 or 5979936. OLE color: 5979936.

HSL color Cylindrical-coordinate representation of color #203F5B: hue angle of 208.47º 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 #203F5B is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 63 91 -
CMYK 0.65 0.31 0 0.64
HSL 208.47º 0.48% 0.24% -
HSV(B) 208.47º 0.65% 0.36% -
XYZ 4.26 4.62 10.56 -
YUV 56.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 32 63 91 0.65 0.31 0 0.64 208.47 0.48 0.24
Hex 20 3F 5B 41 1F 0 40 D0 30 18
Octal 40 77 133 101 37 0 100 320 60 30
Binary 100000 111111 1011011 1000001 11111 0 1000000 11010000 110000 11000

Color Harmonies of #203F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F5B

Black with #203F5B

Text Example


Text Example

White with #203F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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