Html Css Color HEX #000352 Midnight Blue

📋 copy color: '#000352'

red 0 ◦ green 3 ◦ blue 82

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

Shades of Midnight Blue #000352

Tints of Midnight Blue #000352

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 3 (1.56% from 255) = 3.53%

 BLUE value IS 82 (32.42% from 255) = 96.47%

R = 0%
G = 3.53%
B = 96.47%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#000352 (or 0x000352) is known color: Midnight Blue. HEX triplet: 00, 03 and 52. RGB value is (0,3,82). Sum of RGB (Red+Green+Blue) = 0+3+82=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 82 (32.42% from 255 or 96.47% from 85); Max value from RGB is 82 - color contains mainly: blue. Hex color #000352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000352 is #FFFCAD. Grayscale: #0A0A0A. Windows color (decimal): -16776366 or 5374720. OLE color: 5374720.

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

Color convert

RGB 0 3 82 -
CMYK 1 0.96 0 0.68
HSL 237.8º 1% 0.16% -
HSV(B) 237.8º 1% 0.32% -
XYZ 1.56 0.67 8.03 -
YUV 11.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 0 3 82 1 0.96 0 0.68 237.8 1 0.16
Hex 0 3 52 64 60 0 44 EE 64 10
Octal 0 3 122 144 140 0 104 356 144 20
Binary 0 11 1010010 1100100 1100000 0 1000100 11101110 1100100 10000

Color Harmonies of #000352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000352

Black with #000352

Text Example


Text Example

White with #000352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000352; }

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

 H1.HeaderClassName
 {
   color: #000352;
 }
 .AnyTagClassName
 {
   color: #000352;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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