Html Css Color HEX #3F625B Stromboli

📋 copy color: '#3F625B'

red 63 ◦ green 98 ◦ blue 91

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

Shades of Stromboli #3F625B

Tints of Stromboli #3F625B

RGB

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

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

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

R = 25%
G = 38.89%
B = 36.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#3F625B (or 0x3F625B) is known color: Stromboli. HEX triplet: 3F, 62 and 5B. RGB value is (63,98,91). Sum of RGB (Red+Green+Blue) = 63+98+91=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #3F625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F625B is #C09DA4. Grayscale: #565656. Windows color (decimal): -12623269 or 5988927. OLE color: 5988927.

HSL color Cylindrical-coordinate representation of color #3F625B: hue angle of 168º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F625B is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 91 -
CMYK 0.36 0 0.07 0.62
HSL 168º 0.22% 0.32% -
HSV(B) 168º 0.36% 0.38% -
XYZ 8.31 10.55 11.5 -
YUV 86.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 63 98 91 0.36 0 0.07 0.62 168 0.22 0.32
Hex 3F 62 5B 24 0 7 3E A8 16 20
Octal 77 142 133 44 0 7 76 250 26 40
Binary 111111 1100010 1011011 100100 0 111 111110 10101000 10110 100000

Color Harmonies of #3F625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F625B

Black with #3F625B

Text Example


Text Example

White with #3F625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,91); }

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

background-color css

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

 a { background-color: rgb(63,98,91); }

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

border-color css

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

 span { border-color: rgb(63,98,91); }

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