#034399

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

Shades of Smalt #034399

Tints of Smalt #034399

Color information

#034399 (or 0x034399) is unknown color: approx Smalt. HEX triplet: 03, 43 and 99. RGB value is (3,67,153). Sum of RGB (Red+Green+Blue) = 3+67+153=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #034399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034399 is #FCBC66. Grayscale: #393939. Windows color (decimal): -16563303 or 10044163. OLE color: 10044163.

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

Color convert

RGB367153-
CMYK0.980.5600.4
HSL214.4º96.15%30.59%-
HSV(B)214.4º98.04%60%-
XYZ7.796.3330.95-
YUV57.67181.889.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=1.35%
G=30.04%
B=68.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3671530.980.5600.4214.496.1530.59
Hex343996238028d6601f
Octal31032311427005032614037
Binary111000011100110011100010111000010100011010110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034399; }

 p { color: rgb(3,67,153); }

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

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

 a { background-color: rgb(3,67,153); }

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

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

 span { border-color: rgb(3,67,153); }

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