Html Css Color HEX #3B665B Stromboli

📋 copy color: '#3B665B'

red 59 ◦ green 102 ◦ blue 91

#3B665B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #3B665B

Tints of Stromboli #3B665B

RGB

 RED value IS 59 (23.44% from 255) = 23.41%

 GREEN value IS 102 (40.23% from 255) = 40.48%

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 23.41%
G = 40.48%
B = 36.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#3B665B (or 0x3B665B) is known color: Stromboli. HEX triplet: 3B, 66 and 5B. RGB value is (59,102,91). Sum of RGB (Red+Green+Blue) = 59+102+91=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #3B665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B665B is #C499A4. Grayscale: #575757. Windows color (decimal): -12884389 or 5989947. OLE color: 5989947.

HSL color Cylindrical-coordinate representation of color #3B665B: hue angle of 164.65º 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 #3B665B is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 59 102 91 -
CMYK 0.42 0 0.11 0.6
HSL 164.65º 0.27% 0.32% -
HSV(B) 164.65º 0.42% 0.4% -
XYZ 8.44 11.19 11.61 -
YUV 87.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 59 102 91 0.42 0 0.11 0.6 164.65 0.27 0.32
Hex 3B 66 5B 2A 0 B 3C A5 1B 20
Octal 73 146 133 52 0 13 74 245 33 40
Binary 111011 1100110 1011011 101010 0 1011 111100 10100101 11011 100000

Color Harmonies of #3B665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B665B

Black with #3B665B

Text Example


Text Example

White with #3B665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B665B;
 }
 .AnyTagClassName
 {
   color: #3B665B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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