Html Css Color HEX #08348F Smalt

📋 copy color: '#08348F'

red 8 ◦ green 52 ◦ blue 143

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

Shades of Smalt #08348F

Tints of Smalt #08348F

RGB

 RED value IS 8 (3.52% from 255) = 3.94%

 GREEN value IS 52 (20.7% 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 value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08348F (or 0x08348F) is known color: 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

RGB 8 52 143 -
CMYK 0.94 0.64 0 0.44
HSL 220.44º 0.89% 0.3% -
HSV(B) 220.44º 0.94% 0.56% -
XYZ 6.29 4.49 26.52 -
YUV 49.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 8 52 143 0.94 0.64 0 0.44 220.44 0.89 0.3
Hex 8 34 8F 5E 40 0 2C DC 59 1E
Octal 10 64 217 136 100 0 54 334 131 36
Binary 1000 110100 10001111 1011110 1000000 0 101100 11011100 1011001 11110

Color Harmonies of #08348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08348F

Black with #08348F

Text Example


Text Example

White with #08348F

Text Example


Text Example

HTML Codes & Css Web 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>