#364D4A

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

Shades of Blue Dianne #364D4A

Tints of Blue Dianne #364D4A

Color information

#364D4A (or 0x364D4A) is unknown color: approx Blue Dianne. HEX triplet: 36, 4D and 4A. RGB value is (54,77,74). Sum of RGB (Red+Green+Blue) = 54+77+74=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #364D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D4A is #C9B2B5. Grayscale: #454545. Windows color (decimal): -13218486 or 4869430. OLE color: 4869430.

HSL color Cylindrical-coordinate representation of color #364D4A: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D4A is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB547774-
CMYK0.3000.040.70
HSL172.17º17.56%25.69%-
HSV(B)172.17º29.87%30.2%-
XYZ5.416.597.46-
YUV69.78130.38116.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=26.34%
G=37.56%
B=36.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5477740.3000.040.70172.1717.5625.69
Hex364D4A1E0446ac121a
Octal6611511236041062542232
Binary110110100110110010101111001001000110101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D4A; }

 p { color: rgb(54,77,74); }

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

<style>
 a { background-color: #364D4A; }

 a { background-color: rgb(54,77,74); }

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

<style>
 span { border-color: #364D4A; }

 span { border-color: rgb(54,77,74); }

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