Html Css Color HEX #3F6053 Stromboli

📋 copy color: '#3F6053'

red 63 ◦ green 96 ◦ blue 83

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

Shades of Stromboli #3F6053

Tints of Stromboli #3F6053

RGB

 RED value IS 63 (25% from 255) = 26.03%

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 26.03%
G = 39.67%
B = 34.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#3F6053 (or 0x3F6053) is known color: Stromboli. HEX triplet: 3F, 60 and 53. RGB value is (63,96,83). Sum of RGB (Red+Green+Blue) = 63+96+83=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6053 is #C09FAC. Grayscale: #545454. Windows color (decimal): -12623789 or 5464127. OLE color: 5464127.

HSL color Cylindrical-coordinate representation of color #3F6053: hue angle of 156.36º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6053 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 83 -
CMYK 0.34 0 0.14 0.62
HSL 156.36º 0.21% 0.31% -
HSV(B) 156.36º 0.34% 0.38% -
XYZ 7.79 10.05 9.71 -
YUV 84.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 63 96 83 0.34 0 0.14 0.62 156.36 0.21 0.31
Hex 3F 60 53 22 0 E 3E 9C 15 1F
Octal 77 140 123 42 0 16 76 234 25 37
Binary 111111 1100000 1010011 100010 0 1110 111110 10011100 10101 11111

Color Harmonies of #3F6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6053

Black with #3F6053

Text Example


Text Example

White with #3F6053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,83); }

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

background-color css

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

 a { background-color: rgb(63,96,83); }

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

border-color css

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

 span { border-color: rgb(63,96,83); }

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