Html Css Color HEX #03408F Smalt

📋 copy color: '#03408F'

red 3 ◦ green 64 ◦ blue 143

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

Shades of Smalt #03408F

Tints of Smalt #03408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.1%

R = 1.43%
G = 30.48%
B = 68.1%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03408F (or 0x03408F) is known color: Smalt. HEX triplet: 03, 40 and 8F. RGB value is (3,64,143). Sum of RGB (Red+Green+Blue) = 3+64+143=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #03408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03408F is #FCBF70. Grayscale: #363636. Windows color (decimal): -16564081 or 9388035. OLE color: 9388035.

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

Color convert

RGB 3 64 143 -
CMYK 0.98 0.55 0 0.44
HSL 213.86º 0.96% 0.29% -
HSV(B) 213.86º 0.98% 0.56% -
XYZ 6.83 5.67 26.72 -
YUV 54.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 3 64 143 0.98 0.55 0 0.44 213.86 0.96 0.29
Hex 3 40 8F 62 37 0 2C D6 60 1D
Octal 3 100 217 142 67 0 54 326 140 35
Binary 11 1000000 10001111 1100010 110111 0 101100 11010110 1100000 11101

Color Harmonies of #03408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03408F

Black with #03408F

Text Example


Text Example

White with #03408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03408F; }

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

 H1.HeaderClassName
 {
   color: #03408F;
 }
 .AnyTagClassName
 {
   color: #03408F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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