#3B645D

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

Shades of Stromboli #3B645D

Tints of Stromboli #3B645D

Color information

#3B645D (or 0x3B645D) is unknown color: approx Stromboli. HEX triplet: 3B, 64 and 5D. RGB value is (59,100,93). Sum of RGB (Red+Green+Blue) = 59+100+93=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #3B645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B645D is #C49BA2. Grayscale: #565656. Windows color (decimal): -12884899 or 6120507. OLE color: 6120507.

HSL color Cylindrical-coordinate representation of color #3B645D: hue angle of 169.76º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B645D is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB5910093-
CMYK0.4100.070.61
HSL169.76º25.79%31.18%-
HSV(B)169.76º41%39.22%-
XYZ8.3410.8312.01-
YUV86.94131.42108.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.41%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=23.41%
G=39.68%
B=36.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59100930.4100.070.61169.7625.7931.18
Hex3B645D29073Daa1a1f
Octal731441355107752523237
Binary111011110010010111011010010111111101101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,93); }

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

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

 a { background-color: rgb(59,100,93); }

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

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

 span { border-color: rgb(59,100,93); }

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