Html Css Color HEX #203750 Regal Blue

📋 copy color: '#203750'

red 32 ◦ green 55 ◦ blue 80

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

Shades of Regal Blue #203750

Tints of Regal Blue #203750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

 BLUE value IS 80 (31.64% from 255) = 47.9%

R = 19.16%
G = 32.93%
B = 47.9%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#203750 (or 0x203750) is known color: Regal Blue. HEX triplet: 20, 37 and 50. RGB value is (32,55,80). Sum of RGB (Red+Green+Blue) = 32+55+80=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #203750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203750 is #DFC8AF. Grayscale: #323232. Windows color (decimal): -14665904 or 5256992. OLE color: 5256992.

HSL color Cylindrical-coordinate representation of color #203750: hue angle of 211.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203750 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 32 55 80 -
CMYK 0.60 0.31 0 0.69
HSL 211.25º 0.43% 0.22% -
HSV(B) 211.25º 0.6% 0.31% -
XYZ 3.41 3.62 8.11 -
YUV 50.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 32 55 80 0.60 0.31 0 0.69 211.25 0.43 0.22
Hex 20 37 50 3C 1F 0 45 D3 2B 16
Octal 40 67 120 74 37 0 105 323 53 26
Binary 100000 110111 1010000 111100 11111 0 1000101 11010011 101011 10110

Color Harmonies of #203750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203750

Black with #203750

Text Example


Text Example

White with #203750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203750; }

 p { color: rgb(32,55,80); }

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

background-color css

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

 a { background-color: rgb(32,55,80); }

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

border-color css

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

 span { border-color: rgb(32,55,80); }

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