#3C5651

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

Shades of Blue Dianne #3C5651

Tints of Blue Dianne #3C5651

Color information

#3C5651 (or 0x3C5651) is unknown color: approx Blue Dianne. HEX triplet: 3C, 56 and 51. RGB value is (60,86,81). Sum of RGB (Red+Green+Blue) = 60+86+81=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5651 is #C3A9AE. Grayscale: #4D4D4D. Windows color (decimal): -12822959 or 5330492. OLE color: 5330492.

HSL color Cylindrical-coordinate representation of color #3C5651: hue angle of 168.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C5651 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB608681-
CMYK0.3000.060.66
HSL168.46º17.81%28.63%-
HSV(B)168.46º30.23%33.73%-
XYZ6.688.219.02-
YUV77.66129.89115.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=26.43%
G=37.89%
B=35.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6086810.3000.060.66168.4617.8128.63
Hex3C56511E0642a8121d
Octal7412612136061022502235
Binary111100101011010100011111001101000010101010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C5651;
 }
 .AnyTagClassName
 {
   color: #3C5651;
 }
</style>
background-color css

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

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

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

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

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

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