Html Css Color HEX #203F56 Regal Blue

📋 copy color: '#203F56'

red 32 ◦ green 63 ◦ blue 86

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

Shades of Regal Blue #203F56

Tints of Regal Blue #203F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 17.68%
G = 34.81%
B = 47.51%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#203F56 (or 0x203F56) is known color: Regal Blue. HEX triplet: 20, 3F and 56. RGB value is (32,63,86). Sum of RGB (Red+Green+Blue) = 32+63+86=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #203F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F56 is #DFC0A9. Grayscale: #383838. Windows color (decimal): -14663850 or 5652256. OLE color: 5652256.

HSL color Cylindrical-coordinate representation of color #203F56: hue angle of 205.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203F56 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 63 86 -
CMYK 0.63 0.27 0 0.66
HSL 205.56º 0.46% 0.23% -
HSV(B) 205.56º 0.63% 0.34% -
XYZ 4.05 4.53 9.47 -
YUV 56.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 32 63 86 0.63 0.27 0 0.66 205.56 0.46 0.23
Hex 20 3F 56 3F 1B 0 42 CE 2E 17
Octal 40 77 126 77 33 0 102 316 56 27
Binary 100000 111111 1010110 111111 11011 0 1000010 11001110 101110 10111

Color Harmonies of #203F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F56

Black with #203F56

Text Example


Text Example

White with #203F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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