#000354

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

Shades of Midnight Blue #000354

Tints of Midnight Blue #000354

Color information

#000354 (or 0x000354) is unknown color: approx Midnight Blue. HEX triplet: 00, 03 and 54. RGB value is (0,3,84). Sum of RGB (Red+Green+Blue) = 0+3+84=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 84 (33.20% from 255 or 96.55% from 87); Max value from RGB is 84 - color contains mainly: blue. Hex color #000354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000354 is #FFFCAB. Grayscale: #0B0B0B. Windows color (decimal): -16776364 or 5505792. OLE color: 5505792.

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

Color convert

RGB0384-
CMYK10.9600.67
HSL237.86º100%16.47%-
HSV(B)237.86º100%32.94%-
XYZ1.630.718.44-
YUV11.34169.01119.91-

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) = 3.45%
BLUE value IS 84 (33.20% from 255) = 96.55%
R=0%
G=3.45%
B=96.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal038410.9600.67237.8610016.47
Hex03546460043ee6410
Octal03124144140010335614420
Binary0111010100110010011000000100001111101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000354; }

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

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

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

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

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

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

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

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