Html Css Color HEX #3F625A Stromboli

📋 copy color: '#3F625A'

red 63 ◦ green 98 ◦ blue 90

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

Shades of Stromboli #3F625A

Tints of Stromboli #3F625A

RGB

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

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

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

R = 25.1%
G = 39.04%
B = 35.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#3F625A (or 0x3F625A) is known color: Stromboli. HEX triplet: 3F, 62 and 5A. RGB value is (63,98,90). Sum of RGB (Red+Green+Blue) = 63+98+90=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #3F625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F625A is #C09DA5. Grayscale: #565656. Windows color (decimal): -12623270 or 5923391. OLE color: 5923391.

HSL color Cylindrical-coordinate representation of color #3F625A: hue angle of 166.29º 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 #3F625A is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 90 -
CMYK 0.36 0 0.08 0.62
HSL 166.29º 0.22% 0.32% -
HSV(B) 166.29º 0.36% 0.38% -
XYZ 8.26 10.53 11.27 -
YUV 86.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 63 98 90 0.36 0 0.08 0.62 166.29 0.22 0.32
Hex 3F 62 5A 24 0 8 3E A6 16 20
Octal 77 142 132 44 0 10 76 246 26 40
Binary 111111 1100010 1011010 100100 0 1000 111110 10100110 10110 100000

Color Harmonies of #3F625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F625A

Black with #3F625A

Text Example


Text Example

White with #3F625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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