Html Css Color HEX #346255 Spectra

📋 copy color: '#346255'

red 52 ◦ green 98 ◦ blue 85

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

Shades of Spectra #346255

Tints of Spectra #346255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 22.13%
G = 41.7%
B = 36.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#346255 (or 0x346255) is known color: Spectra. HEX triplet: 34, 62 and 55. RGB value is (52,98,85). Sum of RGB (Red+Green+Blue) = 52+98+85=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #346255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346255 is #CB9DAA. Grayscale: #525252. Windows color (decimal): -13344171 or 5595700. OLE color: 5595700.

HSL color Cylindrical-coordinate representation of color #346255: hue angle of 163.04º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346255 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 85 -
CMYK 0.47 0 0.13 0.62
HSL 163.04º 0.31% 0.29% -
HSV(B) 163.04º 0.47% 0.38% -
XYZ 7.42 10.12 10.16 -
YUV 82.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 52 98 85 0.47 0 0.13 0.62 163.04 0.31 0.29
Hex 34 62 55 2F 0 D 3E A3 1F 1D
Octal 64 142 125 57 0 15 76 243 37 35
Binary 110100 1100010 1010101 101111 0 1101 111110 10100011 11111 11101

Color Harmonies of #346255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346255

Black with #346255

Text Example


Text Example

White with #346255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346255; }

 p { color: rgb(52,98,85); }

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

background-color css

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

 a { background-color: rgb(52,98,85); }

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

border-color css

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

 span { border-color: rgb(52,98,85); }

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