#030835

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

Shades of Midnight Express #030835

Tints of Midnight Express #030835

Color information

#030835 (or 0x030835) is unknown color: approx Midnight Express. HEX triplet: 03, 08 and 35. RGB value is (3,8,53). Sum of RGB (Red+Green+Blue) = 3+8+53=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #030835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030835 is #FCF7CA. Grayscale: #0B0B0B. Windows color (decimal): -16578507 or 3475459. OLE color: 3475459.

HSL color Cylindrical-coordinate representation of color #030835: hue angle of 234º 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 #030835 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB3853-
CMYK0.940.8500.79
HSL234º89.29%10.98%-
HSV(B)234º94.34%20.78%-
XYZ0.770.453.41-
YUV11.64151.34121.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 8 (3.52% from 255) = 12.5%
BLUE value IS 53 (21.09% from 255) = 82.81%
R=4.69%
G=12.5%
B=82.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal38530.940.8500.7923489.2910.98
Hex38355E5504Fea59b
Octal31065136125011735213113
Binary11100011010110111101010101010011111110101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030835; }

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

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

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

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

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

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

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

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