#365752

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

Shades of Blue Dianne #365752

Tints of Blue Dianne #365752

Color information

#365752 (or 0x365752) is unknown color: approx Blue Dianne. HEX triplet: 36, 57 and 52. RGB value is (54,87,82). Sum of RGB (Red+Green+Blue) = 54+87+82=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #365752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365752 is #C9A8AD. Grayscale: #4C4C4C. Windows color (decimal): -13215918 or 5396278. OLE color: 5396278.

HSL color Cylindrical-coordinate representation of color #365752: hue angle of 170.91º 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 #365752 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB548782-
CMYK0.3800.060.66
HSL170.91º23.4%27.65%-
HSV(B)170.91º37.93%34.12%-
XYZ6.458.219.23-
YUV76.56131.07111.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=24.22%
G=39.01%
B=36.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487820.3800.060.66170.9123.427.65
Hex365752260642ab171c
Octal6612712246061022532734
Binary1101101010111101001010011001101000010101010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365752; }

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

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

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

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

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

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

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

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