#030A38

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

Shades of Midnight Express #030A38

Tints of Midnight Express #030A38

Color information

#030A38 (or 0x030A38) is unknown color: approx Midnight Express. HEX triplet: 03, 0A and 38. RGB value is (3,10,56). Sum of RGB (Red+Green+Blue) = 3+10+56=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #030A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A38 is #FCF5C7. Grayscale: #0C0C0C. Windows color (decimal): -16577992 or 3672579. OLE color: 3672579.

HSL color Cylindrical-coordinate representation of color #030A38: hue angle of 232.08º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030A38 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB31056-
CMYK0.950.8200.78
HSL232.08º89.83%11.57%-
HSV(B)232.08º94.64%21.96%-
XYZ0.860.523.8-
YUV13.15152.18120.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 56 (22.27% from 255) = 81.16%
R=4.35%
G=14.49%
B=81.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal310560.950.8200.78232.0889.8311.57
Hex3A385F5204Ee85ac
Octal31270137122011635013214
Binary11101011100010111111010010010011101110100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030A38; }

 p { color: rgb(3,10,56); }

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

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

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

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

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

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

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