#375955

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

Shades of Blue Dianne #375955

Tints of Blue Dianne #375955

Color information

#375955 (or 0x375955) is unknown color: approx Blue Dianne. HEX triplet: 37, 59 and 55. RGB value is (55,89,85). Sum of RGB (Red+Green+Blue) = 55+89+85=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #375955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375955 is #C8A6AA. Grayscale: #4E4E4E. Windows color (decimal): -13149867 or 5593399. OLE color: 5593399.

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

Color convert

RGB558985-
CMYK0.3800.040.65
HSL172.94º23.61%28.24%-
HSV(B)172.94º38.2%34.9%-
XYZ6.798.619.9-
YUV78.38131.74111.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=24.02%
G=38.86%
B=37.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589850.3800.040.65172.9423.6128.24
Hex375955260441ad181c
Octal6713112546041012553034
Binary1101111011001101010110011001001000001101011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375955; }

 p { color: rgb(55,89,85); }

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

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

 a { background-color: rgb(55,89,85); }

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

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

 span { border-color: rgb(55,89,85); }

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