#36514E

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

Shades of Blue Dianne #36514E

Tints of Blue Dianne #36514E

Color information

#36514E (or 0x36514E) is unknown color: approx Blue Dianne. HEX triplet: 36, 51 and 4E. RGB value is (54,81,78). Sum of RGB (Red+Green+Blue) = 54+81+78=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #36514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36514E is #C9AEB1. Grayscale: #484848. Windows color (decimal): -13217458 or 5132598. OLE color: 5132598.

HSL color Cylindrical-coordinate representation of color #36514E: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36514E is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB548178-
CMYK0.3300.040.68
HSL173.33º20%26.47%-
HSV(B)173.33º33.33%31.76%-
XYZ5.847.228.29-
YUV72.58131.05114.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=25.35%
G=38.03%
B=36.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5481780.3300.040.68173.332026.47
Hex36514E210444ad141a
Octal6612111641041042552432
Binary1101101010001100111010000101001000100101011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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