#203A51

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

Shades of Regal Blue #203A51

Tints of Regal Blue #203A51

Color information

#203A51 (or 0x203A51) is unknown color: approx Regal Blue. HEX triplet: 20, 3A and 51. RGB value is (32,58,81). Sum of RGB (Red+Green+Blue) = 32+58+81=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #203A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A51 is #DFC5AE. Grayscale: #343434. Windows color (decimal): -14665135 or 5323296. OLE color: 5323296.

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

Color convert

RGB325881-
CMYK0.600.2800.68
HSL208.16º43.36%22.16%-
HSV(B)208.16º60.49%31.76%-
XYZ3.593.938.35-
YUV52.85143.89113.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=18.71%
G=33.92%
B=47.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3258810.600.2800.68208.1643.3622.16
Hex203A513C1C044d02b16
Octal4072121743401043205326
Binary100000111010101000111110011100010001001101000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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