#040355

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

Shades of Midnight Blue #040355

Tints of Midnight Blue #040355

Color information

#040355 (or 0x040355) is unknown color: approx Midnight Blue. HEX triplet: 04, 03 and 55. RGB value is (4,3,85). Sum of RGB (Red+Green+Blue) = 4+3+85=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 85 (33.59% from 255 or 92.39% from 92); Max value from RGB is 85 - color contains mainly: blue. Hex color #040355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040355 is #FBFCAA. Grayscale: #0C0C0C. Windows color (decimal): -16514219 or 5571332. OLE color: 5571332.

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

Color convert

RGB4385-
CMYK0.950.9600.67
HSL240.73º93.18%17.25%-
HSV(B)240.73º96.47%33.33%-
XYZ1.720.758.65-
YUV12.65168.83121.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 85 (33.59% from 255) = 92.39%
R=4.35%
G=3.26%
B=92.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal43850.950.9600.67240.7393.1817.25
Hex43555F60043f15d11
Octal43125137140010336113521
Binary100111010101101111111000000100001111110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040355; }

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

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

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

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

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

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

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

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