#030335

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

Shades of Midnight Express #030335

Tints of Midnight Express #030335

Color information

#030335 (or 0x030335) is unknown color: approx Midnight Express. HEX triplet: 03, 03 and 35. RGB value is (3,3,53). Sum of RGB (Red+Green+Blue) = 3+3+53=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 53 (21.09% from 255 or 89.83% from 59); Max value from RGB is 53 - color contains mainly: blue. Hex color #030335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030335 is #FCFCCA. Grayscale: #080808. Windows color (decimal): -16579787 or 3474179. OLE color: 3474179.

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

Color convert

RGB3353-
CMYK0.940.9400.79
HSL240º89.29%10.98%-
HSV(B)240º94.34%20.78%-
XYZ0.710.343.4-
YUV8.7153123.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.08%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 53 (21.09% from 255) = 89.83%
R=5.08%
G=5.08%
B=89.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal33530.940.9400.7924089.2910.98
Hex33355E5E04Ff059b
Octal3365136136011736013113
Binary111111010110111101011110010011111111000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030335; }

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

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

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

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

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

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

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

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