Html Css Color HEX #345A52 Spectra

📋 copy color: '#345A52'

red 52 ◦ green 90 ◦ blue 82

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

Shades of Spectra #345A52

Tints of Spectra #345A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 23.21%
G = 40.18%
B = 36.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#345A52 (or 0x345A52) is known color: Spectra. HEX triplet: 34, 5A and 52. RGB value is (52,90,82). Sum of RGB (Red+Green+Blue) = 52+90+82=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #345A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A52 is #CBA5AD. Grayscale: #4D4D4D. Windows color (decimal): -13346222 or 5397044. OLE color: 5397044.

HSL color Cylindrical-coordinate representation of color #345A52: hue angle of 167.37º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A52 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 82 -
CMYK 0.42 0 0.09 0.65
HSL 167.37º 0.27% 0.28% -
HSV(B) 167.37º 0.42% 0.35% -
XYZ 6.6 8.65 9.3 -
YUV 77.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 52 90 82 0.42 0 0.09 0.65 167.37 0.27 0.28
Hex 34 5A 52 2A 0 9 41 A7 1B 1C
Octal 64 132 122 52 0 11 101 247 33 34
Binary 110100 1011010 1010010 101010 0 1001 1000001 10100111 11011 11100

Color Harmonies of #345A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A52

Black with #345A52

Text Example


Text Example

White with #345A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A52; }

 p { color: rgb(52,90,82); }

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

background-color css

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

 a { background-color: rgb(52,90,82); }

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

border-color css

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

 span { border-color: rgb(52,90,82); }

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