Html Css Color HEX #345850 Spectra

📋 copy color: '#345850'

red 52 ◦ green 88 ◦ blue 80

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

Shades of Spectra #345850

Tints of Spectra #345850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 23.64%
G = 40%
B = 36.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#345850 (or 0x345850) is known color: Spectra. HEX triplet: 34, 58 and 50. RGB value is (52,88,80). Sum of RGB (Red+Green+Blue) = 52+88+80=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #345850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345850 is #CBA7AF. Grayscale: #4C4C4C. Windows color (decimal): -13346736 or 5265460. OLE color: 5265460.

HSL color Cylindrical-coordinate representation of color #345850: hue angle of 166.67º 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 #345850 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 80 -
CMYK 0.41 0 0.09 0.65
HSL 166.67º 0.26% 0.27% -
HSV(B) 166.67º 0.41% 0.35% -
XYZ 6.35 8.29 8.85 -
YUV 76.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 52 88 80 0.41 0 0.09 0.65 166.67 0.26 0.27
Hex 34 58 50 29 0 9 41 A7 1A 1B
Octal 64 130 120 51 0 11 101 247 32 33
Binary 110100 1011000 1010000 101001 0 1001 1000001 10100111 11010 11011

Color Harmonies of #345850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345850

Black with #345850

Text Example


Text Example

White with #345850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345850; }

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

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

background-color css

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

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

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

border-color css

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

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

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