#3A534E

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

Shades of Blue Dianne #3A534E

Tints of Blue Dianne #3A534E

Color information

#3A534E (or 0x3A534E) is unknown color: approx Blue Dianne. HEX triplet: 3A, 53 and 4E. RGB value is (58,83,78). Sum of RGB (Red+Green+Blue) = 58+83+78=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3A534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A534E is #C5ACB1. Grayscale: #4A4A4A. Windows color (decimal): -12954802 or 5133114. OLE color: 5133114.

HSL color Cylindrical-coordinate representation of color #3A534E: hue angle of 168º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A534E is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB588378-
CMYK0.3000.060.67
HSL168º17.73%27.65%-
HSV(B)168º30.12%32.55%-
XYZ6.217.648.35-
YUV74.95129.72115.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.48%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=26.48%
G=37.90%
B=35.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883780.3000.060.6716817.7327.65
Hex3A534E1E0643a8121c
Octal7212311636061032502234
Binary111010101001110011101111001101000011101010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,83,78); }

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

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

 a { background-color: rgb(58,83,78); }

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

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

 span { border-color: rgb(58,83,78); }

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