#375450

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

Shades of Blue Dianne #375450

Tints of Blue Dianne #375450

Color information

#375450 (or 0x375450) is unknown color: approx Blue Dianne. HEX triplet: 37, 54 and 50. RGB value is (55,84,80). Sum of RGB (Red+Green+Blue) = 55+84+80=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #375450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375450 is #C8ABAF. Grayscale: #4A4A4A. Windows color (decimal): -13151152 or 5264439. OLE color: 5264439.

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

Color convert

RGB558480-
CMYK0.3500.050.67
HSL171.72º20.86%27.25%-
HSV(B)171.72º34.52%32.94%-
XYZ6.197.738.76-
YUV74.87130.89113.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=25.11%
G=38.36%
B=36.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584800.3500.050.67171.7220.8627.25
Hex375450230543ac151b
Octal6712412043051032542533
Binary1101111010100101000010001101011000011101011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375450; }

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

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

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

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

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

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

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

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