Html Css Color HEX #08348E Smalt

📋 copy color: '#08348E'

red 8 ◦ green 52 ◦ blue 142

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

Shades of Smalt #08348E

Tints of Smalt #08348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 70.3%

R = 3.96%
G = 25.74%
B = 70.3%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08348E (or 0x08348E) is known color: Smalt. HEX triplet: 08, 34 and 8E. RGB value is (8,52,142). Sum of RGB (Red+Green+Blue) = 8+52+142=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #08348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08348E is #F7CB71. Grayscale: #303030. Windows color (decimal): -16239474 or 9319432. OLE color: 9319432.

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

Color convert

RGB 8 52 142 -
CMYK 0.94 0.63 0 0.44
HSL 220.3º 0.89% 0.29% -
HSV(B) 220.3º 0.94% 0.56% -
XYZ 6.21 4.46 26.12 -
YUV 49.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 8 52 142 0.94 0.63 0 0.44 220.3 0.89 0.29
Hex 8 34 8E 5E 3F 0 2C DC 59 1D
Octal 10 64 216 136 77 0 54 334 131 35
Binary 1000 110100 10001110 1011110 111111 0 101100 11011100 1011001 11101

Color Harmonies of #08348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08348E

Black with #08348E

Text Example


Text Example

White with #08348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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