#034096

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

Shades of Smalt #034096

Tints of Smalt #034096

Color information

#034096 (or 0x034096) is unknown color: approx Smalt. HEX triplet: 03, 40 and 96. RGB value is (3,64,150). Sum of RGB (Red+Green+Blue) = 3+64+150=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #034096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034096 is #FCBF69. Grayscale: #373737. Windows color (decimal): -16564074 or 9846787. OLE color: 9846787.

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

Color convert

RGB364150-
CMYK0.980.5700.41
HSL215.1º96.08%30%-
HSV(B)215.1º98%58.82%-
XYZ7.385.8929.6-
YUV55.56181.2990.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 150 (58.98% from 255) = 69.12%
R=1.38%
G=29.49%
B=69.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3641500.980.5700.41215.196.0830
Hex340966239029d7601e
Octal31002261427105132714036
Binary111000000100101101100010111001010100111010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034096; }

 p { color: rgb(3,64,150); }

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

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

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

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

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

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

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