Html Css Color HEX #203F5D Regal Blue

📋 copy color: '#203F5D'

red 32 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #203F5D

Tints of Regal Blue #203F5D

RGB

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

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

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

R = 17.02%
G = 33.51%
B = 49.47%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#203F5D (or 0x203F5D) is known color: Regal Blue. HEX triplet: 20, 3F and 5D. RGB value is (32,63,93). Sum of RGB (Red+Green+Blue) = 32+63+93=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #203F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F5D is #DFC0A2. Grayscale: #393939. Windows color (decimal): -14663843 or 6111008. OLE color: 6111008.

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

Color convert

RGB 32 63 93 -
CMYK 0.66 0.32 0 0.64
HSL 209.51º 0.49% 0.25% -
HSV(B) 209.51º 0.66% 0.36% -
XYZ 4.35 4.65 11.02 -
YUV 57.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 32 63 93 0.66 0.32 0 0.64 209.51 0.49 0.25
Hex 20 3F 5D 42 20 0 40 D2 31 19
Octal 40 77 135 102 40 0 100 322 61 31
Binary 100000 111111 1011101 1000010 100000 0 1000000 11010010 110001 11001

Color Harmonies of #203F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F5D

Black with #203F5D

Text Example


Text Example

White with #203F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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