#3B635C

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

Shades of Stromboli #3B635C

Tints of Stromboli #3B635C

Color information

#3B635C (or 0x3B635C) is unknown color: approx Stromboli. HEX triplet: 3B, 63 and 5C. RGB value is (59,99,92). Sum of RGB (Red+Green+Blue) = 59+99+92=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #3B635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B635C is #C49CA3. Grayscale: #565656. Windows color (decimal): -12885156 or 6054715. OLE color: 6054715.

HSL color Cylindrical-coordinate representation of color #3B635C: hue angle of 169.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 #3B635C is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB599992-
CMYK0.4000.070.61
HSL169.5º25.32%30.98%-
HSV(B)169.5º40.4%38.82%-
XYZ8.210.6311.74-
YUV86.24131.25108.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 92 (36.33% from 255) = 36.8%
R=23.6%
G=39.6%
B=36.8%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999920.4000.070.61169.525.3230.98
Hex3B635C28073Daa191f
Octal731431345007752523137
Binary111011110001110111001010000111111101101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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