#08348F

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

Shades of Smalt #08348F

Tints of Smalt #08348F

Color information

#08348F (or 0x08348F) is unknown color: approx Smalt. HEX triplet: 08, 34 and 8F. RGB value is (8,52,143). Sum of RGB (Red+Green+Blue) = 8+52+143=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #08348F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08348F is #F7CB70. Grayscale: #303030. Windows color (decimal): -16239473 or 9384968. OLE color: 9384968.

HSL color Cylindrical-coordinate representation of color #08348F: hue angle of 220.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08348F is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB852143-
CMYK0.940.6400.44
HSL220.44º89.4%29.61%-
HSV(B)220.44º94.41%56.08%-
XYZ6.294.4926.52-
YUV49.22180.9298.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 143 (56.25% from 255) = 70.44%
R=3.94%
G=25.62%
B=70.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8521430.940.6400.44220.4489.429.61
Hex8348F5E4002Cdc591e
Octal106421713610005433413136
Binary10001101001000111110111101000000010110011011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,52,143); }

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

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

 a { background-color: rgb(8,52,143); }

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

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

 span { border-color: rgb(8,52,143); }

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