Html Css Color HEX #3A6A5E Stromboli

📋 copy color: '#3A6A5E'

red 58 ◦ green 106 ◦ blue 94

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

Shades of Stromboli #3A6A5E

Tints of Stromboli #3A6A5E

RGB

 RED value IS 58 (23.05% from 255) = 22.48%

 GREEN value IS 106 (41.8% from 255) = 41.09%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 22.48%
G = 41.09%
B = 36.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#3A6A5E (or 0x3A6A5E) is known color: Stromboli. HEX triplet: 3A, 6A and 5E. RGB value is (58,106,94). Sum of RGB (Red+Green+Blue) = 58+106+94=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A5E is #C595A1. Grayscale: #5A5A5A. Windows color (decimal): -12948898 or 6187578. OLE color: 6187578.

HSL color Cylindrical-coordinate representation of color #3A6A5E: hue angle of 165º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A5E is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 106 94 -
CMYK 0.45 0 0.11 0.58
HSL 165º 0.29% 0.32% -
HSV(B) 165º 0.45% 0.42% -
XYZ 8.92 12.02 12.44 -
YUV 90.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 58 106 94 0.45 0 0.11 0.58 165 0.29 0.32
Hex 3A 6A 5E 2D 0 B 3A A5 1D 20
Octal 72 152 136 55 0 13 72 245 35 40
Binary 111010 1101010 1011110 101101 0 1011 111010 10100101 11101 100000

Color Harmonies of #3A6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6A5E

Black with #3A6A5E

Text Example


Text Example

White with #3A6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,106,94); }

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

background-color css

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

 a { background-color: rgb(58,106,94); }

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

border-color css

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

 span { border-color: rgb(58,106,94); }

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