Html Css Color HEX #3B5F4F Spectra

📋 copy color: '#3B5F4F'

red 59 ◦ green 95 ◦ blue 79

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

Shades of Spectra #3B5F4F

Tints of Spectra #3B5F4F

RGB

 RED value IS 59 (23.44% from 255) = 25.32%

 GREEN value IS 95 (37.5% from 255) = 40.77%

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 25.32%
G = 40.77%
B = 33.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#3B5F4F (or 0x3B5F4F) is known color: Spectra. HEX triplet: 3B, 5F and 4F. RGB value is (59,95,79). Sum of RGB (Red+Green+Blue) = 59+95+79=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #3B5F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5F4F is #C4A0B0. Grayscale: #525252. Windows color (decimal): -12886193 or 5201723. OLE color: 5201723.

HSL color Cylindrical-coordinate representation of color #3B5F4F: hue angle of 153.33º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B5F4F is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 95 79 -
CMYK 0.38 0 0.17 0.63
HSL 153.33º 0.23% 0.3% -
HSV(B) 153.33º 0.38% 0.37% -
XYZ 7.31 9.68 8.88 -
YUV 82.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 59 95 79 0.38 0 0.17 0.63 153.33 0.23 0.3
Hex 3B 5F 4F 26 0 11 3F 99 17 1E
Octal 73 137 117 46 0 21 77 231 27 36
Binary 111011 1011111 1001111 100110 0 10001 111111 10011001 10111 11110

Color Harmonies of #3B5F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5F4F

Black with #3B5F4F

Text Example


Text Example

White with #3B5F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,95,79); }

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

background-color css

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

 a { background-color: rgb(59,95,79); }

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

border-color css

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

 span { border-color: rgb(59,95,79); }

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