#35624C

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

Shades of Spectra #35624C

Tints of Spectra #35624C

Color information

#35624C (or 0x35624C) is unknown color: approx Spectra. HEX triplet: 35, 62 and 4C. RGB value is (53,98,76). Sum of RGB (Red+Green+Blue) = 53+98+76=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #35624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35624C is #CA9DB3. Grayscale: #525252. Windows color (decimal): -13278644 or 5005877. OLE color: 5005877.

HSL color Cylindrical-coordinate representation of color #35624C: hue angle of 150.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35624C is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB539876-
CMYK0.4600.220.62
HSL150.67º29.8%29.61%-
HSV(B)150.67º45.92%38.43%-
XYZ7.1410.018.39-
YUV82.04124.59107.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=23.35%
G=43.17%
B=33.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398760.4600.220.62150.6729.829.61
Hex35624C2E0163E971e1e
Octal6514211456026762273636
Binary11010111000101001100101110010110111110100101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35624C; }

 p { color: rgb(53,98,76); }

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

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

 a { background-color: rgb(53,98,76); }

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

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

 span { border-color: rgb(53,98,76); }

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