#203B56

Color #203B56 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #203B56

Tints of Regal Blue #203B56

Color information

#203B56 (or 0x203B56) is unknown color: approx Regal Blue. HEX triplet: 20, 3B and 56. RGB value is (32,59,86). Sum of RGB (Red+Green+Blue) = 32+59+86=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #203B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B56 is #DFC4A9. Grayscale: #353535. Windows color (decimal): -14664874 or 5651232. OLE color: 5651232.

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

Color convert

RGB325986-
CMYK0.630.3100.66
HSL210º45.76%23.14%-
HSV(B)210º62.79%33.73%-
XYZ3.844.119.39-
YUV54146.05112.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=18.08%
G=33.33%
B=48.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3259860.630.3100.6621045.7623.14
Hex203B563F1F042d22e17
Octal4073126773701023225627
Binary100000111011101011011111111111010000101101001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #203B56;
 }
 .AnyTagClassName
 {
   color: #203B56;
 }
</style>
background-color css

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

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

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

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

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

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