#365953

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

Shades of Blue Dianne #365953

Tints of Blue Dianne #365953

Color information

#365953 (or 0x365953) is unknown color: approx Blue Dianne. HEX triplet: 36, 59 and 53. RGB value is (54,89,83). Sum of RGB (Red+Green+Blue) = 54+89+83=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #365953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365953 is #C9A6AC. Grayscale: #4D4D4D. Windows color (decimal): -13215405 or 5462326. OLE color: 5462326.

HSL color Cylindrical-coordinate representation of color #365953: hue angle of 169.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365953 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB548983-
CMYK0.3900.070.65
HSL169.71º24.48%28.04%-
HSV(B)169.71º39.33%34.9%-
XYZ6.668.559.48-
YUV77.85130.9110.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=23.89%
G=39.38%
B=36.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489830.3900.070.65169.7124.4828.04
Hex365953270741aa181c
Octal6613112347071012523034
Binary1101101011001101001110011101111000001101010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365953; }

 p { color: rgb(54,89,83); }

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

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

 a { background-color: rgb(54,89,83); }

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

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

 span { border-color: rgb(54,89,83); }

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