#030035

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

Shades of Midnight Express #030035

Tints of Midnight Express #030035

Color information

#030035 (or 0x030035) is unknown color: approx Midnight Express. HEX triplet: 03, 00 and 35. RGB value is (3,0,53). Sum of RGB (Red+Green+Blue) = 3+0+53=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 53 (21.09% from 255 or 94.64% from 56); Max value from RGB is 53 - color contains mainly: blue. Hex color #030035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030035 is #FCFFCA. Grayscale: #060606. Windows color (decimal): -16580555 or 3473411. OLE color: 3473411.

HSL color Cylindrical-coordinate representation of color #030035: hue angle of 243.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030035 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB3053-
CMYK0.94100.79
HSL243.4º100%10.39%-
HSV(B)243.4º100%20.78%-
XYZ0.680.283.39-
YUV6.94153.99125.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 94.64%
R=5.36%
G=0%
B=94.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal30530.94100.79243.410010.39
Hex30355E6404Ff364a
Octal3065136144011736314412
Binary11011010110111101100100010011111111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030035; }

 p { color: rgb(3,0,53); }

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

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

 a { background-color: rgb(3,0,53); }

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

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

 span { border-color: rgb(3,0,53); }

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