#030532

Color #030532 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #030532

Tints of Midnight Express #030532

Color information

#030532 (or 0x030532) is unknown color: approx Midnight Express. HEX triplet: 03, 05 and 32. RGB value is (3,5,50). Sum of RGB (Red+Green+Blue) = 3+5+50=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 50 (19.92% from 255 or 86.21% from 58); Max value from RGB is 50 - color contains mainly: blue. Hex color #030532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030532 is #FCFACD. Grayscale: #090909. Windows color (decimal): -16579278 or 3278083. OLE color: 3278083.

HSL color Cylindrical-coordinate representation of color #030532: hue angle of 237.45º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030532 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB3550-
CMYK0.940.9000.80
HSL237.45º88.68%10.39%-
HSV(B)237.45º94%19.61%-
XYZ0.670.363.05-
YUV9.53150.84123.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 50 (19.92% from 255) = 86.21%
R=5.17%
G=8.62%
B=86.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal35500.940.9000.80237.4588.6810.39
Hex35325E5A050ed59a
Octal3562136132012035513112
Binary1110111001010111101011010010100001110110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030532; }

 p { color: rgb(3,5,50); }

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

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

 a { background-color: rgb(3,5,50); }

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

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

 span { border-color: rgb(3,5,50); }

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