#040352

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

Shades of Midnight Blue #040352

Tints of Midnight Blue #040352

Color information

#040352 (or 0x040352) is unknown color: approx Midnight Blue. HEX triplet: 04, 03 and 52. RGB value is (4,3,82). Sum of RGB (Red+Green+Blue) = 4+3+82=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 82 (32.42% from 255 or 92.13% from 89); Max value from RGB is 82 - color contains mainly: blue. Hex color #040352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040352 is #FBFCAD. Grayscale: #0B0B0B. Windows color (decimal): -16514222 or 5374724. OLE color: 5374724.

HSL color Cylindrical-coordinate representation of color #040352: hue angle of 240.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040352 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB4382-
CMYK0.950.9600.68
HSL240.76º92.94%16.67%-
HSV(B)240.76º96.34%32.16%-
XYZ1.610.78.03-
YUV12.3167.33122.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 82 (32.42% from 255) = 92.13%
R=4.49%
G=3.37%
B=92.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal43820.950.9600.68240.7692.9416.67
Hex43525F60044f15d11
Octal43122137140010436113521
Binary100111010010101111111000000100010011110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040352; }

 p { color: rgb(4,3,82); }

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

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

 a { background-color: rgb(4,3,82); }

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

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

 span { border-color: rgb(4,3,82); }

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