#375350

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

Shades of Blue Dianne #375350

Tints of Blue Dianne #375350

Color information

#375350 (or 0x375350) is unknown color: approx Blue Dianne. HEX triplet: 37, 53 and 50. RGB value is (55,83,80). Sum of RGB (Red+Green+Blue) = 55+83+80=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #375350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375350 is #C8ACAF. Grayscale: #4A4A4A. Windows color (decimal): -13151408 or 5264183. OLE color: 5264183.

HSL color Cylindrical-coordinate representation of color #375350: hue angle of 173.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #375350 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB558380-
CMYK0.3400.040.67
HSL173.57º20.29%27.06%-
HSV(B)173.57º33.73%32.55%-
XYZ6.127.588.73-
YUV74.29131.22114.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=25.23%
G=38.07%
B=36.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583800.3400.040.67173.5720.2927.06
Hex375350220443ae141b
Octal6712312042041032562433
Binary1101111010011101000010001001001000011101011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375350; }

 p { color: rgb(55,83,80); }

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

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

 a { background-color: rgb(55,83,80); }

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

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

 span { border-color: rgb(55,83,80); }

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