Html Css Color HEX #203F5E Regal Blue

📋 copy color: '#203F5E'

red 32 ◦ green 63 ◦ blue 94

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

Shades of Regal Blue #203F5E

Tints of Regal Blue #203F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 49.74%

R = 16.93%
G = 33.33%
B = 49.74%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#203F5E (or 0x203F5E) is known color: Regal Blue. HEX triplet: 20, 3F and 5E. RGB value is (32,63,94). Sum of RGB (Red+Green+Blue) = 32+63+94=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #203F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F5E is #DFC0A1. Grayscale: #393939. Windows color (decimal): -14663842 or 6176544. OLE color: 6176544.

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

Color convert

RGB 32 63 94 -
CMYK 0.66 0.33 0 0.63
HSL 210º 0.49% 0.25% -
HSV(B) 210º 0.66% 0.37% -
XYZ 4.39 4.67 11.26 -
YUV 57.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 32 63 94 0.66 0.33 0 0.63 210 0.49 0.25
Hex 20 3F 5E 42 21 0 3F D2 31 19
Octal 40 77 136 102 41 0 77 322 61 31
Binary 100000 111111 1011110 1000010 100001 0 111111 11010010 110001 11001

Color Harmonies of #203F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F5E

Black with #203F5E

Text Example


Text Example

White with #203F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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