Html Css Color HEX #3F5852 Spectra

📋 copy color: '#3F5852'

red 63 ◦ green 88 ◦ blue 82

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

Shades of Spectra #3F5852

Tints of Spectra #3F5852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 82 (32.42% from 255) = 35.19%

R = 27.04%
G = 37.77%
B = 35.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#3F5852 (or 0x3F5852) is known color: Spectra. HEX triplet: 3F, 58 and 52. RGB value is (63,88,82). Sum of RGB (Red+Green+Blue) = 63+88+82=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5852 is #C0A7AD. Grayscale: #4F4F4F. Windows color (decimal): -12625838 or 5396543. OLE color: 5396543.

HSL color Cylindrical-coordinate representation of color #3F5852: hue angle of 165.6º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5852 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 88 82 -
CMYK 0.28 0 0.07 0.65
HSL 165.6º 0.17% 0.3% -
HSV(B) 165.6º 0.28% 0.35% -
XYZ 7.06 8.65 9.28 -
YUV 79.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 63 88 82 0.28 0 0.07 0.65 165.6 0.17 0.3
Hex 3F 58 52 1C 0 7 41 A6 11 1E
Octal 77 130 122 34 0 7 101 246 21 36
Binary 111111 1011000 1010010 11100 0 111 1000001 10100110 10001 11110

Color Harmonies of #3F5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5852

Black with #3F5852

Text Example


Text Example

White with #3F5852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,82); }

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

background-color css

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

 a { background-color: rgb(63,88,82); }

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

border-color css

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

 span { border-color: rgb(63,88,82); }

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