#203A50

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

Shades of Regal Blue #203A50

Tints of Regal Blue #203A50

Color information

#203A50 (or 0x203A50) is unknown color: approx Regal Blue. HEX triplet: 20, 3A and 50. RGB value is (32,58,80). Sum of RGB (Red+Green+Blue) = 32+58+80=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #203A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A50 is #DFC5AF. Grayscale: #343434. Windows color (decimal): -14665136 or 5257760. OLE color: 5257760.

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

Color convert

RGB325880-
CMYK0.600.2800.69
HSL207.5º42.86%21.96%-
HSV(B)207.5º60%31.37%-
XYZ3.563.918.16-
YUV52.73143.39113.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=18.82%
G=34.12%
B=47.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3258800.600.2800.69207.542.8621.96
Hex203A503C1C045d02b16
Octal4072120743401053205326
Binary100000111010101000011110011100010001011101000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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