Html Css Color HEX #08348C Smalt

📋 copy color: '#08348C'

red 8 ◦ green 52 ◦ blue 140

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

Shades of Smalt #08348C

Tints of Smalt #08348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70%

R = 4%
G = 26%
B = 70%

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

#08348C (or 0x08348C) is known color: Smalt. HEX triplet: 08, 34 and 8C. RGB value is (8,52,140). Sum of RGB (Red+Green+Blue) = 8+52+140=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #08348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08348C is #F7CB73. Grayscale: #303030. Windows color (decimal): -16239476 or 9188360. OLE color: 9188360.

HSL color Cylindrical-coordinate representation of color #08348C: hue angle of 220º 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 #08348C is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 52 140 -
CMYK 0.94 0.63 0 0.45
HSL 220º 0.89% 0.29% -
HSV(B) 220º 0.94% 0.55% -
XYZ 6.06 4.4 25.34 -
YUV 48.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 8 52 140 0.94 0.63 0 0.45 220 0.89 0.29
Hex 8 34 8C 5E 3F 0 2D DC 59 1D
Octal 10 64 214 136 77 0 55 334 131 35
Binary 1000 110100 10001100 1011110 111111 0 101101 11011100 1011001 11101

Color Harmonies of #08348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08348C

Black with #08348C

Text Example


Text Example

White with #08348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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