Html Css Color HEX #040352 Midnight Blue

📋 copy color: '#040352'

red 4 ◦ green 3 ◦ blue 82

#040352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #040352

Tints of Midnight Blue #040352

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 value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040352 (or 0x040352) is known color: 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

RGB 4 3 82 -
CMYK 0.95 0.96 0 0.68
HSL 240.76º 0.93% 0.17% -
HSV(B) 240.76º 0.96% 0.32% -
XYZ 1.61 0.7 8.03 -
YUV 12.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 4 3 82 0.95 0.96 0 0.68 240.76 0.93 0.17
Hex 4 3 52 5F 60 0 44 F1 5D 11
Octal 4 3 122 137 140 0 104 361 135 21
Binary 100 11 1010010 1011111 1100000 0 1000100 11110001 1011101 10001

Color Harmonies of #040352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040352

Black with #040352

Text Example


Text Example

White with #040352

Text Example


Text Example

HTML Codes & Css Web 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>