#346253

Color #346253 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #346253

Tints of Spectra #346253

Color information

#346253 (or 0x346253) is unknown color: approx Spectra. HEX triplet: 34, 62 and 53. RGB value is (52,98,83). Sum of RGB (Red+Green+Blue) = 52+98+83=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #346253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346253 is #CB9DAC. Grayscale: #525252. Windows color (decimal): -13344173 or 5464628. OLE color: 5464628.

HSL color Cylindrical-coordinate representation of color #346253: hue angle of 160.43º 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 #346253 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB529883-
CMYK0.4700.150.62
HSL160.43º30.67%29.41%-
HSV(B)160.43º46.94%38.43%-
XYZ7.3510.099.74-
YUV82.54128.26106.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=22.32%
G=42.06%
B=35.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298830.4700.150.62160.4330.6729.41
Hex3462532F0F3Ea01f1d
Octal6414212357017762403735
Binary1101001100010101001110111101111111110101000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346253; }

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

 H1.HeaderClassName
 {
   color: #346253;
 }
 .AnyTagClassName
 {
   color: #346253;
 }
</style>
background-color css

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

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

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

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

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

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