#000347

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

Shades of Midnight Express #000347

Tints of Midnight Express #000347

Color information

#000347 (or 0x000347) is unknown color: approx Midnight Express. HEX triplet: 00, 03 and 47. RGB value is (0,3,71). Sum of RGB (Red+Green+Blue) = 0+3+71=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 71 (28.12% from 255 or 95.95% from 74); Max value from RGB is 71 - color contains mainly: blue. Hex color #000347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000347 is #FFFCB8. Grayscale: #090909. Windows color (decimal): -16776377 or 4653824. OLE color: 4653824.

HSL color Cylindrical-coordinate representation of color #000347: hue angle of 237.46º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000347 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB0371-
CMYK10.9600.72
HSL237.46º100%13.92%-
HSV(B)237.46º100%27.84%-
XYZ1.170.526-
YUV9.85162.51120.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 71 (28.12% from 255) = 95.95%
R=0%
G=4.05%
B=95.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal037110.9600.72237.4610013.92
Hex03476460048ed64e
Octal03107144140011035514416
Binary011100011111001001100000010010001110110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000347; }

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

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

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

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

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

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

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

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