#375954

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

Shades of Blue Dianne #375954

Tints of Blue Dianne #375954

Color information

#375954 (or 0x375954) is unknown color: approx Blue Dianne. HEX triplet: 37, 59 and 54. RGB value is (55,89,84). Sum of RGB (Red+Green+Blue) = 55+89+84=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #375954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375954 is #C8A6AB. Grayscale: #4E4E4E. Windows color (decimal): -13149868 or 5527863. OLE color: 5527863.

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

Color convert

RGB558984-
CMYK0.3800.060.65
HSL171.18º23.61%28.24%-
HSV(B)171.18º38.2%34.9%-
XYZ6.758.69.69-
YUV78.26131.24111.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=24.12%
G=39.04%
B=36.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589840.3800.060.65171.1823.6128.24
Hex375954260641ab181c
Octal6713112446061012533034
Binary1101111011001101010010011001101000001101010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375954; }

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

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

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

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

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

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

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

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