#030352

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

Shades of Midnight Blue #030352

Tints of Midnight Blue #030352

Color information

#030352 (or 0x030352) is unknown color: approx Midnight Blue. HEX triplet: 03, 03 and 52. RGB value is (3,3,82). Sum of RGB (Red+Green+Blue) = 3+3+82=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 82 (32.42% from 255 or 93.18% from 88); Max value from RGB is 82 - color contains mainly: blue. Hex color #030352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030352 is #FCFCAD. Grayscale: #0B0B0B. Windows color (decimal): -16579758 or 5374723. OLE color: 5374723.

HSL color Cylindrical-coordinate representation of color #030352: hue angle of 240º 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 #030352 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB3382-
CMYK0.960.9600.68
HSL240º92.94%16.67%-
HSV(B)240º96.34%32.16%-
XYZ1.590.698.03-
YUV12.01167.5121.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 82 (32.42% from 255) = 93.18%
R=3.41%
G=3.41%
B=93.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal33820.960.9600.6824092.9416.67
Hex33526060044f05d11
Octal33122140140010436013521
Binary11111010010110000011000000100010011110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030352; }

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

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

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

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

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

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

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

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