#3D4F4E

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

Shades of Blue Dianne #3D4F4E

Tints of Blue Dianne #3D4F4E

Color information

#3D4F4E (or 0x3D4F4E) is unknown color: approx Blue Dianne. HEX triplet: 3D, 4F and 4E. RGB value is (61,79,78). Sum of RGB (Red+Green+Blue) = 61+79+78=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4F4E is #C2B0B1. Grayscale: #494949. Windows color (decimal): -12759218 or 5132093. OLE color: 5132093.

HSL color Cylindrical-coordinate representation of color #3D4F4E: hue angle of 176.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D4F4E is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB617978-
CMYK0.2300.010.69
HSL176.67º12.86%27.45%-
HSV(B)176.67º22.78%30.98%-
XYZ6.17.138.26-
YUV73.5130.54119.08-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=27.98%
G=36.24%
B=35.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6179780.2300.010.69176.6712.8627.45
Hex3D4F4E170145b1d1b
Octal7511711627011052611533
Binary111101100111110011101011101100010110110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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