Html Css Color HEX #3B665C Stromboli

📋 copy color: '#3B665C'

red 59 ◦ green 102 ◦ blue 92

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

Shades of Stromboli #3B665C

Tints of Stromboli #3B665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 23.32%
G = 40.32%
B = 36.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#3B665C (or 0x3B665C) is known color: Stromboli. HEX triplet: 3B, 66 and 5C. RGB value is (59,102,92). Sum of RGB (Red+Green+Blue) = 59+102+92=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #3B665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B665C is #C499A3. Grayscale: #585858. Windows color (decimal): -12884388 or 6055483. OLE color: 6055483.

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

Color convert

RGB 59 102 92 -
CMYK 0.42 0 0.10 0.6
HSL 166.05º 0.27% 0.32% -
HSV(B) 166.05º 0.42% 0.4% -
XYZ 8.49 11.21 11.84 -
YUV 88 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 59 102 92 0.42 0 0.10 0.6 166.05 0.27 0.32
Hex 3B 66 5C 2A 0 A 3C A6 1B 20
Octal 73 146 134 52 0 12 74 246 33 40
Binary 111011 1100110 1011100 101010 0 1010 111100 10100110 11011 100000

Color Harmonies of #3B665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B665C

Black with #3B665C

Text Example


Text Example

White with #3B665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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