#03409A

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

Shades of Smalt #03409A

Tints of Smalt #03409A

Color information

#03409A (or 0x03409A) is unknown color: approx Smalt. HEX triplet: 03, 40 and 9A. RGB value is (3,64,154). Sum of RGB (Red+Green+Blue) = 3+64+154=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #03409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409A is #FCBF65. Grayscale: #373737. Windows color (decimal): -16564070 or 10108931. OLE color: 10108931.

HSL color Cylindrical-coordinate representation of color #03409A: hue angle of 215.76º 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 #03409A is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB364154-
CMYK0.980.5800.40
HSL215.76º96.18%30.78%-
HSV(B)215.76º98.05%60.39%-
XYZ7.76.0231.33-
YUV56.02183.2990.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 154 (60.55% from 255) = 69.68%
R=1.36%
G=28.96%
B=69.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3641540.980.5800.40215.7696.1830.78
Hex3409A623A028d8601f
Octal31002321427205033014037
Binary111000000100110101100010111010010100011011000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03409A; }

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

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

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

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

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

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

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

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