Html Css Color HEX #03409E Smalt

📋 copy color: '#03409E'

red 3 ◦ green 64 ◦ blue 158

#03409E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #03409E

Tints of Smalt #03409E

RGB

 RED value IS 3 (1.56% from 255) = 1.33%

 GREEN value IS 64 (25.39% from 255) = 28.44%

 BLUE value IS 158 (62.11% from 255) = 70.22%

R = 1.33%
G = 28.44%
B = 70.22%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03409E (or 0x03409E) is known color: Smalt. HEX triplet: 03, 40 and 9E. RGB value is (3,64,158). Sum of RGB (Red+Green+Blue) = 3+64+158=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #03409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409E is #FCBF61. Grayscale: #383838. Windows color (decimal): -16564066 or 10371075. OLE color: 10371075.

HSL color Cylindrical-coordinate representation of color #03409E: hue angle of 216.39º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03409E is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 64 158 -
CMYK 0.98 0.59 0 0.38
HSL 216.39º 0.96% 0.32% -
HSV(B) 216.39º 0.98% 0.62% -
XYZ 8.04 6.15 33.11 -
YUV 56.48 185.29 89.86 -
System Red Green Blue C M Y K H S L
Decimal 3 64 158 0.98 0.59 0 0.38 216.39 0.96 0.32
Hex 3 40 9E 62 3B 0 26 D8 60 20
Octal 3 100 236 142 73 0 46 330 140 40
Binary 11 1000000 10011110 1100010 111011 0 100110 11011000 1100000 100000

Color Harmonies of #03409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03409E

Black with #03409E

Text Example


Text Example

White with #03409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03409E;
 }
 .AnyTagClassName
 {
   color: #03409E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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