#030350

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

Shades of Midnight Blue #030350

Tints of Midnight Blue #030350

Color information

#030350 (or 0x030350) is unknown color: approx Midnight Blue. HEX triplet: 03, 03 and 50. RGB value is (3,3,80). Sum of RGB (Red+Green+Blue) = 3+3+80=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 80 (31.64% from 255 or 93.02% from 86); Max value from RGB is 80 - color contains mainly: blue. Hex color #030350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030350 is #FCFCAF. Grayscale: #0B0B0B. Windows color (decimal): -16579760 or 5243651. OLE color: 5243651.

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

Color convert

RGB3380-
CMYK0.960.9600.69
HSL240º92.77%16.27%-
HSV(B)240º96.25%31.37%-
XYZ1.520.667.64-
YUV11.78166.5121.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 80 (31.64% from 255) = 93.02%
R=3.49%
G=3.49%
B=93.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal33800.960.9600.6924092.7716.27
Hex33506060045f05d10
Octal33120140140010536013520
Binary11111010000110000011000000100010111110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030350; }

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

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

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

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

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

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

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

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