Html Css Color HEX #3C5551 Blue Dianne

📋 copy color: '#3C5551'

red 60 ◦ green 85 ◦ blue 81

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

Shades of Blue Dianne #3C5551

Tints of Blue Dianne #3C5551

RGB

 RED value IS 60 (23.83% from 255) = 26.55%

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 26.55%
G = 37.61%
B = 35.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#3C5551 (or 0x3C5551) is known color: Blue Dianne. HEX triplet: 3C, 55 and 51. RGB value is (60,85,81). Sum of RGB (Red+Green+Blue) = 60+85+81=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5551 is #C3AAAE. Grayscale: #4D4D4D. Windows color (decimal): -12823215 or 5330236. OLE color: 5330236.

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

Color convert

RGB 60 85 81 -
CMYK 0.29 0 0.05 0.67
HSL 170.4º 0.17% 0.28% -
HSV(B) 170.4º 0.29% 0.33% -
XYZ 6.6 8.05 8.99 -
YUV 77.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 60 85 81 0.29 0 0.05 0.67 170.4 0.17 0.28
Hex 3C 55 51 1D 0 5 43 AA 11 1C
Octal 74 125 121 35 0 5 103 252 21 34
Binary 111100 1010101 1010001 11101 0 101 1000011 10101010 10001 11100

Color Harmonies of #3C5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5551

Black with #3C5551

Text Example


Text Example

White with #3C5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,81); }

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

background-color css

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

 a { background-color: rgb(60,85,81); }

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

border-color css

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

 span { border-color: rgb(60,85,81); }

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