Html Css Color HEX #203D55 Regal Blue

📋 copy color: '#203D55'

red 32 ◦ green 61 ◦ blue 85

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

Shades of Regal Blue #203D55

Tints of Regal Blue #203D55

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.27%

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 17.98%
G = 34.27%
B = 47.75%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203D55 (or 0x203D55) is known color: Regal Blue. HEX triplet: 20, 3D and 55. RGB value is (32,61,85). Sum of RGB (Red+Green+Blue) = 32+61+85=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #203D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D55 is #DFC2AA. Grayscale: #363636. Windows color (decimal): -14664363 or 5586208. OLE color: 5586208.

HSL color Cylindrical-coordinate representation of color #203D55: hue angle of 207.17º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #203D55 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 61 85 -
CMYK 0.62 0.28 0 0.67
HSL 207.17º 0.45% 0.23% -
HSV(B) 207.17º 0.62% 0.33% -
XYZ 3.9 4.3 9.22 -
YUV 55.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 32 61 85 0.62 0.28 0 0.67 207.17 0.45 0.23
Hex 20 3D 55 3E 1C 0 43 CF 2D 17
Octal 40 75 125 76 34 0 103 317 55 27
Binary 100000 111101 1010101 111110 11100 0 1000011 11001111 101101 10111

Color Harmonies of #203D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D55

Black with #203D55

Text Example


Text Example

White with #203D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,61,85); }

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

background-color css

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

 a { background-color: rgb(32,61,85); }

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

border-color css

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

 span { border-color: rgb(32,61,85); }

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