Html Css Color HEX #345748 Spectra

📋 copy color: '#345748'

red 52 ◦ green 87 ◦ blue 72

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

Shades of Spectra #345748

Tints of Spectra #345748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.23%

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

R = 24.64%
G = 41.23%
B = 34.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#345748 (or 0x345748) is known color: Spectra. HEX triplet: 34, 57 and 48. RGB value is (52,87,72). Sum of RGB (Red+Green+Blue) = 52+87+72=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #345748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345748 is #CBA8B7. Grayscale: #4A4A4A. Windows color (decimal): -13347000 or 4740916. OLE color: 4740916.

HSL color Cylindrical-coordinate representation of color #345748: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345748 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 72 -
CMYK 0.40 0 0.17 0.66
HSL 154.29º 0.25% 0.27% -
HSV(B) 154.29º 0.4% 0.34% -
XYZ 5.99 8.01 7.36 -
YUV 74.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 52 87 72 0.40 0 0.17 0.66 154.29 0.25 0.27
Hex 34 57 48 28 0 11 42 9A 19 1B
Octal 64 127 110 50 0 21 102 232 31 33
Binary 110100 1010111 1001000 101000 0 10001 1000010 10011010 11001 11011

Color Harmonies of #345748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345748

Black with #345748

Text Example


Text Example

White with #345748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345748; }

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

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

background-color css

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

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

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

border-color css

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

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

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