#030391

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

Shades of Dark Blue #030391

Tints of Dark Blue #030391

Color information

#030391 (or 0x030391) is unknown color: approx Dark Blue. HEX triplet: 03, 03 and 91. RGB value is (3,3,145). Sum of RGB (Red+Green+Blue) = 3+3+145=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 145 (57.03% from 255 or 96.03% from 151); Max value from RGB is 145 - color contains mainly: blue. Hex color #030391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030391 is #FCFC6E. Grayscale: #121212. Windows color (decimal): -16579695 or 9503491. OLE color: 9503491.

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

Color convert

RGB33145-
CMYK0.980.9800.43
HSL240º95.95%29.02%-
HSV(B)240º97.93%56.86%-
XYZ5.182.1326.93-
YUV19.19199116.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 145 (57.03% from 255) = 96.03%
R=1.99%
G=1.99%
B=96.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331450.980.9800.4324095.9529.02
Hex3391626202Bf0601d
Octal3322114214205336014035
Binary11111001000111000101100010010101111110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030391; }

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

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

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

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

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

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

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

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