#070338

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

Shades of Midnight Express #070338

Tints of Midnight Express #070338

Color information

#070338 (or 0x070338) is unknown color: approx Midnight Express. HEX triplet: 07, 03 and 38. RGB value is (7,3,56). Sum of RGB (Red+Green+Blue) = 7+3+56=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #070338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070338 is #F8FCC7. Grayscale: #0A0A0A. Windows color (decimal): -16317640 or 3670791. OLE color: 3670791.

HSL color Cylindrical-coordinate representation of color #070338: hue angle of 244.53º 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 #070338 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB7356-
CMYK0.880.9500.78
HSL244.53º89.83%11.57%-
HSV(B)244.53º94.64%21.96%-
XYZ0.830.43.77-
YUV10.24153.83125.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 56 (22.27% from 255) = 84.85%
R=10.61%
G=4.55%
B=84.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal73560.880.9500.78244.5389.8311.57
Hex7338585F04Ef55ac
Octal7370130137011636513214
Binary1111111100010110001011111010011101111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070338; }

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

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

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

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

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

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

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

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