#030491

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

Shades of Dark Blue #030491

Tints of Dark Blue #030491

Color information

#030491 (or 0x030491) is unknown color: approx Dark Blue. HEX triplet: 03, 04 and 91. RGB value is (3,4,145). Sum of RGB (Red+Green+Blue) = 3+4+145=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #030491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030491 is #FCFB6E. Grayscale: #131313. Windows color (decimal): -16579439 or 9503747. OLE color: 9503747.

HSL color Cylindrical-coordinate representation of color #030491: hue angle of 239.58º 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 #030491 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB34145-
CMYK0.980.9700.43
HSL239.58º95.95%29.02%-
HSV(B)239.58º97.93%56.86%-
XYZ5.192.1526.93-
YUV19.78198.67116.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 145 (57.03% from 255) = 95.39%
R=1.97%
G=2.63%
B=95.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341450.980.9700.43239.5895.9529.02
Hex3491626102Bf0601d
Octal3422114214105336014035
Binary111001001000111000101100001010101111110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030491; }

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

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

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

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

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

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

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

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