Html Css Color HEX #3C514E Blue Dianne

📋 copy color: '#3C514E'

red 60 ◦ green 81 ◦ blue 78

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

Shades of Blue Dianne #3C514E

Tints of Blue Dianne #3C514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 27.4%
G = 36.99%
B = 35.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#3C514E (or 0x3C514E) is known color: 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

RGB 60 81 78 -
CMYK 0.26 0 0.04 0.68
HSL 171.43º 0.15% 0.28% -
HSV(B) 171.43º 0.26% 0.32% -
XYZ 6.18 7.4 8.31 -
YUV 74.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 60 81 78 0.26 0 0.04 0.68 171.43 0.15 0.28
Hex 3C 51 4E 1A 0 4 44 AB F 1C
Octal 74 121 116 32 0 4 104 253 17 34
Binary 111100 1010001 1001110 11010 0 100 1000100 10101011 1111 11100

Color Harmonies of #3C514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C514E

Black with #3C514E

Text Example


Text Example

White with #3C514E

Text Example


Text Example

HTML Codes & Css Web 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>