#034193

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

Shades of Smalt #034193

Tints of Smalt #034193

Color information

#034193 (or 0x034193) is unknown color: approx Smalt. HEX triplet: 03, 41 and 93. RGB value is (3,65,147). Sum of RGB (Red+Green+Blue) = 3+65+147=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #034193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034193 is #FCBE6C. Grayscale: #373737. Windows color (decimal): -16563821 or 9650435. OLE color: 9650435.

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

Color convert

RGB365147-
CMYK0.980.5600.42
HSL214.17º96%29.41%-
HSV(B)214.17º97.96%57.65%-
XYZ7.195.9128.36-
YUV55.81179.4690.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=1.40%
G=30.23%
B=68.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3651470.980.5600.42214.179629.41
Hex34193623802Ad6601d
Octal31012231427005232614035
Binary111000001100100111100010111000010101011010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034193; }

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

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

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

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

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

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

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

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