#034294

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

Shades of Smalt #034294

Tints of Smalt #034294

Color information

#034294 (or 0x034294) is unknown color: approx Smalt. HEX triplet: 03, 42 and 94. RGB value is (3,66,148). Sum of RGB (Red+Green+Blue) = 3+66+148=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #034294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034294 is #FCBD6B. Grayscale: #383838. Windows color (decimal): -16563564 or 9716227. OLE color: 9716227.

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

Color convert

RGB366148-
CMYK0.980.5500.42
HSL213.93º96.03%29.61%-
HSV(B)213.93º97.97%58.04%-
XYZ7.336.0528.8-
YUV56.51179.6389.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=1.38%
G=30.41%
B=68.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3661480.980.5500.42213.9396.0329.61
Hex34294623702Ad6601e
Octal31022241426705232614036
Binary111000010100101001100010110111010101011010110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034294; }

 p { color: rgb(3,66,148); }

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

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

 a { background-color: rgb(3,66,148); }

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

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

 span { border-color: rgb(3,66,148); }

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