#034191

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

Shades of Smalt #034191

Tints of Smalt #034191

Color information

#034191 (or 0x034191) is unknown color: approx Smalt. HEX triplet: 03, 41 and 91. RGB value is (3,65,145). Sum of RGB (Red+Green+Blue) = 3+65+145=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #034191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034191 is #FCBE6E. Grayscale: #373737. Windows color (decimal): -16563823 or 9519363. OLE color: 9519363.

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

Color convert

RGB365145-
CMYK0.980.5500.43
HSL213.8º95.95%29.02%-
HSV(B)213.8º97.93%56.86%-
XYZ7.045.8427.55-
YUV55.58178.4690.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 145 (57.03% from 255) = 68.08%
R=1.41%
G=30.52%
B=68.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3651450.980.5500.43213.895.9529.02
Hex34191623702Bd6601d
Octal31012211426705332614035
Binary111000001100100011100010110111010101111010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034191; }

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

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

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

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

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

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

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

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