Html Css Color HEX #3B584F Spectra

📋 copy color: '#3B584F'

red 59 ◦ green 88 ◦ blue 79

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

Shades of Spectra #3B584F

Tints of Spectra #3B584F

RGB

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

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

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

R = 26.11%
G = 38.94%
B = 34.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#3B584F (or 0x3B584F) is known color: Spectra. HEX triplet: 3B, 58 and 4F. RGB value is (59,88,79). Sum of RGB (Red+Green+Blue) = 59+88+79=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #3B584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B584F is #C4A7B0. Grayscale: #4E4E4E. Windows color (decimal): -12887985 or 5199931. OLE color: 5199931.

HSL color Cylindrical-coordinate representation of color #3B584F: hue angle of 161.38º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B584F is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 88 79 -
CMYK 0.33 0 0.10 0.65
HSL 161.38º 0.2% 0.29% -
HSV(B) 161.38º 0.33% 0.35% -
XYZ 6.7 8.47 8.68 -
YUV 78.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 59 88 79 0.33 0 0.10 0.65 161.38 0.2 0.29
Hex 3B 58 4F 21 0 A 41 A1 14 1D
Octal 73 130 117 41 0 12 101 241 24 35
Binary 111011 1011000 1001111 100001 0 1010 1000001 10100001 10100 11101

Color Harmonies of #3B584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B584F

Black with #3B584F

Text Example


Text Example

White with #3B584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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