Html Css Color HEX #3B554C Spectra

📋 copy color: '#3B554C'

red 59 ◦ green 85 ◦ blue 76

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

Shades of Spectra #3B554C

Tints of Spectra #3B554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 76 (30.08% from 255) = 34.55%

R = 26.82%
G = 38.64%
B = 34.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#3B554C (or 0x3B554C) is known color: Spectra. HEX triplet: 3B, 55 and 4C. RGB value is (59,85,76). Sum of RGB (Red+Green+Blue) = 59+85+76=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B554C is #C4AAB3. Grayscale: #4C4C4C. Windows color (decimal): -12888756 or 5002555. OLE color: 5002555.

HSL color Cylindrical-coordinate representation of color #3B554C: hue angle of 159.23º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B554C is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 85 76 -
CMYK 0.31 0 0.11 0.67
HSL 159.23º 0.18% 0.28% -
HSV(B) 159.23º 0.31% 0.33% -
XYZ 6.36 7.95 8.04 -
YUV 76.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 59 85 76 0.31 0 0.11 0.67 159.23 0.18 0.28
Hex 3B 55 4C 1F 0 B 43 9F 12 1C
Octal 73 125 114 37 0 13 103 237 22 34
Binary 111011 1010101 1001100 11111 0 1011 1000011 10011111 10010 11100

Color Harmonies of #3B554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B554C

Black with #3B554C

Text Example


Text Example

White with #3B554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,76); }

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

background-color css

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

 a { background-color: rgb(59,85,76); }

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

border-color css

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

 span { border-color: rgb(59,85,76); }

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