#3C514E

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

Shades of Blue Dianne #3C514E

Tints of Blue Dianne #3C514E

Color information

#3C514E (or 0x3C514E) is unknown color: approx Blue Dianne. HEX triplet: 3C, 51 and 4E. RGB value is (60,81,78). Sum of RGB (Red+Green+Blue) = 60+81+78=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #3C514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C514E is #C3AEB1. Grayscale: #4A4A4A. Windows color (decimal): -12824242 or 5132604. OLE color: 5132604.

HSL color Cylindrical-coordinate representation of color #3C514E: hue angle of 171.43º 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 #3C514E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB608178-
CMYK0.2600.040.68
HSL171.43º14.89%27.65%-
HSV(B)171.43º25.93%31.76%-
XYZ6.187.48.31-
YUV74.38130.04117.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.40%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=27.40%
G=36.99%
B=35.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6081780.2600.040.68171.4314.8927.65
Hex3C514E1A0444abf1c
Octal7412111632041042531734
Binary11110010100011001110110100100100010010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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