#3B635A

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

Shades of Stromboli #3B635A

Tints of Stromboli #3B635A

Color information

#3B635A (or 0x3B635A) is unknown color: approx Stromboli. HEX triplet: 3B, 63 and 5A. RGB value is (59,99,90). Sum of RGB (Red+Green+Blue) = 59+99+90=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #3B635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B635A is #C49CA5. Grayscale: #565656. Windows color (decimal): -12885158 or 5923643. OLE color: 5923643.

HSL color Cylindrical-coordinate representation of color #3B635A: hue angle of 166.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B635A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB599990-
CMYK0.4000.090.61
HSL166.5º25.32%30.98%-
HSV(B)166.5º40.4%38.82%-
XYZ8.1110.5911.29-
YUV86.01130.25108.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=23.79%
G=39.92%
B=36.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999900.4000.090.61166.525.3230.98
Hex3B635A28093Da6191f
Octal7314313250011752463137
Binary1110111100011101101010100001001111101101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B635A; }

 p { color: rgb(59,99,90); }

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

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

 a { background-color: rgb(59,99,90); }

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

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

 span { border-color: rgb(59,99,90); }

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