Html Css Color HEX #3B625A Stromboli

📋 copy color: '#3B625A'

red 59 ◦ green 98 ◦ blue 90

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

Shades of Stromboli #3B625A

Tints of Stromboli #3B625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.68%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 23.89%
G = 39.68%
B = 36.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#3B625A (or 0x3B625A) is known color: Stromboli. HEX triplet: 3B, 62 and 5A. RGB value is (59,98,90). Sum of RGB (Red+Green+Blue) = 59+98+90=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #3B625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B625A is #C49DA5. Grayscale: #555555. Windows color (decimal): -12885414 or 5923387. OLE color: 5923387.

HSL color Cylindrical-coordinate representation of color #3B625A: hue angle of 167.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B625A is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 98 90 -
CMYK 0.40 0 0.08 0.62
HSL 167.69º 0.25% 0.31% -
HSV(B) 167.69º 0.4% 0.38% -
XYZ 8.02 10.4 11.26 -
YUV 85.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 59 98 90 0.40 0 0.08 0.62 167.69 0.25 0.31
Hex 3B 62 5A 28 0 8 3E A8 19 1F
Octal 73 142 132 50 0 10 76 250 31 37
Binary 111011 1100010 1011010 101000 0 1000 111110 10101000 11001 11111

Color Harmonies of #3B625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B625A

Black with #3B625A

Text Example


Text Example

White with #3B625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,98,90); }

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

background-color css

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

 a { background-color: rgb(59,98,90); }

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

border-color css

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

 span { border-color: rgb(59,98,90); }

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