#3B4F4E

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

Shades of Blue Dianne #3B4F4E

Tints of Blue Dianne #3B4F4E

Color information

#3B4F4E (or 0x3B4F4E) is unknown color: approx Blue Dianne. HEX triplet: 3B, 4F and 4E. RGB value is (59,79,78). Sum of RGB (Red+Green+Blue) = 59+79+78=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4F4E is #C4B0B1. Grayscale: #484848. Windows color (decimal): -12890290 or 5132091. OLE color: 5132091.

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

Color convert

RGB597978-
CMYK0.2500.010.69
HSL177º14.49%27.06%-
HSV(B)177º25.32%30.98%-
XYZ5.977.078.26-
YUV72.91130.87118.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.31%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=27.31%
G=36.57%
B=36.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5979780.2500.010.6917714.4927.06
Hex3B4F4E190145b1e1b
Octal7311711631011052611633
Binary111011100111110011101100101100010110110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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