Html Css Color HEX #08348D Smalt

📋 copy color: '#08348D'

red 8 ◦ green 52 ◦ blue 141

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

Shades of Smalt #08348D

Tints of Smalt #08348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 3.98%
G = 25.87%
B = 70.15%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08348D (or 0x08348D) is known color: Smalt. HEX triplet: 08, 34 and 8D. RGB value is (8,52,141). Sum of RGB (Red+Green+Blue) = 8+52+141=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #08348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08348D is #F7CB72. Grayscale: #303030. Windows color (decimal): -16239475 or 9253896. OLE color: 9253896.

HSL color Cylindrical-coordinate representation of color #08348D: hue angle of 220.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08348D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 52 141 -
CMYK 0.94 0.63 0 0.45
HSL 220.15º 0.89% 0.29% -
HSV(B) 220.15º 0.94% 0.55% -
XYZ 6.14 4.43 25.73 -
YUV 48.99 179.92 98.76 -
System Red Green Blue C M Y K H S L
Decimal 8 52 141 0.94 0.63 0 0.45 220.15 0.89 0.29
Hex 8 34 8D 5E 3F 0 2D DC 59 1D
Octal 10 64 215 136 77 0 55 334 131 35
Binary 1000 110100 10001101 1011110 111111 0 101101 11011100 1011001 11101

Color Harmonies of #08348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08348D

Black with #08348D

Text Example


Text Example

White with #08348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08348D;
 }
 .AnyTagClassName
 {
   color: #08348D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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