#3C5150

Color #3C5150 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #3C5150

Tints of Blue Dianne #3C5150

Color information

#3C5150 (or 0x3C5150) is unknown color: approx 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

RGB608180-
CMYK0.2600.010.68
HSL177.14º14.89%27.65%-
HSV(B)177.14º25.93%31.76%-
XYZ6.257.428.69-
YUV74.61131.04117.58-

RGB Variations

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

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.20%
R=27.15%
G=36.65%
B=36.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6081800.2600.010.68177.1414.8927.65
Hex3C51501A0144b1f1c
Octal7412112032011042611734
Binary111100101000110100001101001100010010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>