#365650

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

Shades of Blue Dianne #365650

Tints of Blue Dianne #365650

Color information

#365650 (or 0x365650) is unknown color: approx Blue Dianne. HEX triplet: 36, 56 and 50. RGB value is (54,86,80). Sum of RGB (Red+Green+Blue) = 54+86+80=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #365650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365650 is #C9A9AF. Grayscale: #4B4B4B. Windows color (decimal): -13216176 or 5264950. OLE color: 5264950.

HSL color Cylindrical-coordinate representation of color #365650: hue angle of 168.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365650 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB548680-
CMYK0.3700.070.66
HSL168.75º22.86%27.45%-
HSV(B)168.75º37.21%33.73%-
XYZ6.38.028.81-
YUV75.75130.4112.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=24.55%
G=39.09%
B=36.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486800.3700.070.66168.7522.8627.45
Hex365650250742a9171b
Octal6612612045071022512733
Binary1101101010110101000010010101111000010101010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365650; }

 p { color: rgb(54,86,80); }

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

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

 a { background-color: rgb(54,86,80); }

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

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

 span { border-color: rgb(54,86,80); }

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