Html Css Color HEX #345848 Spectra

📋 copy color: '#345848'

red 52 ◦ green 88 ◦ blue 72

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

Shades of Spectra #345848

Tints of Spectra #345848

RGB

 RED value IS 52 (20.7% from 255) = 24.53%

 GREEN value IS 88 (34.77% from 255) = 41.51%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 24.53%
G = 41.51%
B = 33.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#345848 (or 0x345848) is known color: Spectra. HEX triplet: 34, 58 and 48. RGB value is (52,88,72). Sum of RGB (Red+Green+Blue) = 52+88+72=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #345848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345848 is #CBA7B7. Grayscale: #4B4B4B. Windows color (decimal): -13346744 or 4741172. OLE color: 4741172.

HSL color Cylindrical-coordinate representation of color #345848: hue angle of 153.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345848 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 72 -
CMYK 0.41 0 0.18 0.65
HSL 153.33º 0.26% 0.27% -
HSV(B) 153.33º 0.41% 0.35% -
XYZ 6.08 8.18 7.39 -
YUV 75.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 52 88 72 0.41 0 0.18 0.65 153.33 0.26 0.27
Hex 34 58 48 29 0 12 41 99 1A 1B
Octal 64 130 110 51 0 22 101 231 32 33
Binary 110100 1011000 1001000 101001 0 10010 1000001 10011001 11010 11011

Color Harmonies of #345848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345848

Black with #345848

Text Example


Text Example

White with #345848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345848; }

 p { color: rgb(52,88,72); }

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

background-color css

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

 a { background-color: rgb(52,88,72); }

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

border-color css

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

 span { border-color: rgb(52,88,72); }

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