#375050

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

Shades of Blue Dianne #375050

Tints of Blue Dianne #375050

Color information

#375050 (or 0x375050) is unknown color: approx Blue Dianne. HEX triplet: 37, 50 and 50. RGB value is (55,80,80). Sum of RGB (Red+Green+Blue) = 55+80+80=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #375050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375050 is #C8AFAF. Grayscale: #484848. Windows color (decimal): -13152176 or 5263415. OLE color: 5263415.

HSL color Cylindrical-coordinate representation of color #375050: hue angle of 180º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #375050 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB558080-
CMYK0.31000.69
HSL180º18.52%26.47%-
HSV(B)180º31.25%31.37%-
XYZ5.897.138.65-
YUV72.52132.22115.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=25.58%
G=37.21%
B=37.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580800.31000.6918018.5226.47
Hex3750501F0045b4131a
Octal6712012037001052642332
Binary1101111010000101000011111001000101101101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375050; }

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

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

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

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

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

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

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

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