Html Css Color HEX #3D514E Blue Dianne

📋 copy color: '#3D514E'

red 61 ◦ green 81 ◦ blue 78

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

Shades of Blue Dianne #3D514E

Tints of Blue Dianne #3D514E

RGB

 RED value IS 61 (24.22% from 255) = 27.73%

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

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

R = 27.73%
G = 36.82%
B = 35.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#3D514E (or 0x3D514E) is known color: Blue Dianne. HEX triplet: 3D, 51 and 4E. RGB value is (61,81,78). Sum of RGB (Red+Green+Blue) = 61+81+78=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #3D514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D514E is #C2AEB1. Grayscale: #4A4A4A. Windows color (decimal): -12758706 or 5132605. OLE color: 5132605.

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

Color convert

RGB 61 81 78 -
CMYK 0.25 0 0.04 0.68
HSL 171º 0.14% 0.28% -
HSV(B) 171º 0.25% 0.32% -
XYZ 6.24 7.43 8.31 -
YUV 74.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 61 81 78 0.25 0 0.04 0.68 171 0.14 0.28
Hex 3D 51 4E 19 0 4 44 AB E 1C
Octal 75 121 116 31 0 4 104 253 16 34
Binary 111101 1010001 1001110 11001 0 100 1000100 10101011 1110 11100

Color Harmonies of #3D514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D514E

Black with #3D514E

Text Example


Text Example

White with #3D514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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