Html Css Color HEX #203E56 Regal Blue

📋 copy color: '#203E56'

red 32 ◦ green 62 ◦ blue 86

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

Shades of Regal Blue #203E56

Tints of Regal Blue #203E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.44%

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

R = 17.78%
G = 34.44%
B = 47.78%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#203E56 (or 0x203E56) is known color: Regal Blue. HEX triplet: 20, 3E and 56. RGB value is (32,62,86). Sum of RGB (Red+Green+Blue) = 32+62+86=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #203E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E56 is #DFC1A9. Grayscale: #373737. Windows color (decimal): -14664106 or 5652000. OLE color: 5652000.

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

Color convert

RGB 32 62 86 -
CMYK 0.63 0.28 0 0.66
HSL 206.67º 0.46% 0.23% -
HSV(B) 206.67º 0.63% 0.34% -
XYZ 4 4.42 9.45 -
YUV 55.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 32 62 86 0.63 0.28 0 0.66 206.67 0.46 0.23
Hex 20 3E 56 3F 1C 0 42 CF 2E 17
Octal 40 76 126 77 34 0 102 317 56 27
Binary 100000 111110 1010110 111111 11100 0 1000010 11001111 101110 10111

Color Harmonies of #203E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203E56

Black with #203E56

Text Example


Text Example

White with #203E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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