Html Css Color HEX #3C5150 Blue Dianne

📋 copy color: '#3C5150'

red 60 ◦ green 81 ◦ blue 80

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

Shades of Blue Dianne #3C5150

Tints of Blue Dianne #3C5150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 27.15%
G = 36.65%
B = 36.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#3C5150 (or 0x3C5150) is known color: Blue Dianne. HEX triplet: 3C, 51 and 50. RGB value is (60,81,80). Sum of RGB (Red+Green+Blue) = 60+81+80=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5150 is #C3AEAF. Grayscale: #4A4A4A. Windows color (decimal): -12824240 or 5263676. OLE color: 5263676.

HSL color Cylindrical-coordinate representation of color #3C5150: hue angle of 177.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C5150 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 81 80 -
CMYK 0.26 0 0.01 0.68
HSL 177.14º 0.15% 0.28% -
HSV(B) 177.14º 0.26% 0.32% -
XYZ 6.25 7.42 8.69 -
YUV 74.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 60 81 80 0.26 0 0.01 0.68 177.14 0.15 0.28
Hex 3C 51 50 1A 0 1 44 B1 F 1C
Octal 74 121 120 32 0 1 104 261 17 34
Binary 111100 1010001 1010000 11010 0 1 1000100 10110001 1111 11100

Color Harmonies of #3C5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5150

Black with #3C5150

Text Example


Text Example

White with #3C5150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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