#365452

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

Shades of Blue Dianne #365452

Tints of Blue Dianne #365452

Color information

#365452 (or 0x365452) is unknown color: approx Blue Dianne. HEX triplet: 36, 54 and 52. RGB value is (54,84,82). Sum of RGB (Red+Green+Blue) = 54+84+82=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #365452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365452 is #C9ABAD. Grayscale: #4A4A4A. Windows color (decimal): -13216686 or 5395510. OLE color: 5395510.

HSL color Cylindrical-coordinate representation of color #365452: hue angle of 176º 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 #365452 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB548482-
CMYK0.3600.020.67
HSL176º21.74%27.06%-
HSV(B)176º35.71%32.94%-
XYZ6.217.739.15-
YUV74.8132.06113.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=24.55%
G=38.18%
B=37.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484820.3600.020.6717621.7427.06
Hex365452240243b0161b
Octal6612412244021032602633
Binary110110101010010100101001000101000011101100001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365452; }

 p { color: rgb(54,84,82); }

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

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

 a { background-color: rgb(54,84,82); }

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

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

 span { border-color: rgb(54,84,82); }

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