#36554E

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

Shades of Blue Dianne #36554E

Tints of Blue Dianne #36554E

Color information

#36554E (or 0x36554E) is unknown color: approx Blue Dianne. HEX triplet: 36, 55 and 4E. RGB value is (54,85,78). Sum of RGB (Red+Green+Blue) = 54+85+78=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #36554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36554E is #C9AAB1. Grayscale: #4A4A4A. Windows color (decimal): -13216434 or 5133622. OLE color: 5133622.

HSL color Cylindrical-coordinate representation of color #36554E: hue angle of 166.45º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36554E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB548578-
CMYK0.3600.080.67
HSL166.45º22.3%27.25%-
HSV(B)166.45º36.47%33.33%-
XYZ6.147.838.4-
YUV74.93129.73113.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=24.88%
G=39.17%
B=35.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485780.3600.080.67166.4522.327.25
Hex36554E240843a6161b
Octal66125116440101032462633
Binary11011010101011001110100100010001000011101001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36554E; }

 p { color: rgb(54,85,78); }

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

<style>
 a { background-color: #36554E; }

 a { background-color: rgb(54,85,78); }

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

<style>
 span { border-color: #36554E; }

 span { border-color: rgb(54,85,78); }

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