Html Css Color HEX #203F59 Regal Blue

📋 copy color: '#203F59'

red 32 ◦ green 63 ◦ blue 89

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

Shades of Regal Blue #203F59

Tints of Regal Blue #203F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 17.39%
G = 34.24%
B = 48.37%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#203F59 (or 0x203F59) is known color: Regal Blue. HEX triplet: 20, 3F and 59. RGB value is (32,63,89). Sum of RGB (Red+Green+Blue) = 32+63+89=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #203F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F59 is #DFC0A6. Grayscale: #383838. Windows color (decimal): -14663847 or 5848864. OLE color: 5848864.

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

Color convert

RGB 32 63 89 -
CMYK 0.64 0.29 0 0.65
HSL 207.37º 0.47% 0.24% -
HSV(B) 207.37º 0.64% 0.35% -
XYZ 4.18 4.58 10.12 -
YUV 56.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 32 63 89 0.64 0.29 0 0.65 207.37 0.47 0.24
Hex 20 3F 59 40 1D 0 41 CF 2F 18
Octal 40 77 131 100 35 0 101 317 57 30
Binary 100000 111111 1011001 1000000 11101 0 1000001 11001111 101111 11000

Color Harmonies of #203F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F59

Black with #203F59

Text Example


Text Example

White with #203F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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