#034492

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

Shades of Smalt #034492

Tints of Smalt #034492

Color information

#034492 (or 0x034492) is unknown color: approx Smalt. HEX triplet: 03, 44 and 92. RGB value is (3,68,146). Sum of RGB (Red+Green+Blue) = 3+68+146=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #034492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034492 is #FCBB6D. Grayscale: #393939. Windows color (decimal): -16563054 or 9585667. OLE color: 9585667.

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

Color convert

RGB368146-
CMYK0.980.5300.43
HSL212.73º95.97%29.22%-
HSV(B)212.73º97.95%57.25%-
XYZ7.296.2328.01-
YUV57.46177.9789.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=1.38%
G=31.34%
B=67.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3681460.980.5300.43212.7395.9729.22
Hex34492623502Bd5601d
Octal31042221426505332514035
Binary111000100100100101100010110101010101111010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034492; }

 p { color: rgb(3,68,146); }

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

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

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

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

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

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

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