#365753

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

Shades of Blue Dianne #365753

Tints of Blue Dianne #365753

Color information

#365753 (or 0x365753) is unknown color: approx Blue Dianne. HEX triplet: 36, 57 and 53. RGB value is (54,87,83). Sum of RGB (Red+Green+Blue) = 54+87+83=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #365753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365753 is #C9A8AC. Grayscale: #4C4C4C. Windows color (decimal): -13215917 or 5461814. OLE color: 5461814.

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

Color convert

RGB548783-
CMYK0.3800.050.66
HSL172.73º23.4%27.65%-
HSV(B)172.73º37.93%34.12%-
XYZ6.498.239.43-
YUV76.68131.57111.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=24.11%
G=38.84%
B=37.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487830.3800.050.66172.7323.427.65
Hex365753260542ad171c
Octal6612712346051022552734
Binary1101101010111101001110011001011000010101011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365753; }

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

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

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

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

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

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

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

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