#3B665E

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

Shades of Stromboli #3B665E

Tints of Stromboli #3B665E

Color information

#3B665E (or 0x3B665E) is unknown color: approx Stromboli. HEX triplet: 3B, 66 and 5E. RGB value is (59,102,94). Sum of RGB (Red+Green+Blue) = 59+102+94=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #3B665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B665E is #C499A1. Grayscale: #585858. Windows color (decimal): -12884386 or 6186555. OLE color: 6186555.

HSL color Cylindrical-coordinate representation of color #3B665E: hue angle of 168.84º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B665E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB5910294-
CMYK0.4200.080.6
HSL168.84º26.71%31.57%-
HSV(B)168.84º42.16%40%-
XYZ8.5811.2412.31-
YUV88.23131.25107.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=23.14%
G=40%
B=36.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59102940.4200.080.6168.8426.7131.57
Hex3B665E2A083Ca91b20
Octal7314613652010742513340
Binary11101111001101011110101010010001111001010100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,102,94); }

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

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

 a { background-color: rgb(59,102,94); }

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

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

 span { border-color: rgb(59,102,94); }

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