#375251

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

Shades of Blue Dianne #375251

Tints of Blue Dianne #375251

Color information

#375251 (or 0x375251) is unknown color: approx Blue Dianne. HEX triplet: 37, 52 and 51. RGB value is (55,82,81). Sum of RGB (Red+Green+Blue) = 55+82+81=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #375251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375251 is #C8ADAE. Grayscale: #494949. Windows color (decimal): -13151663 or 5329463. OLE color: 5329463.

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

Color convert

RGB558281-
CMYK0.3300.010.68
HSL177.78º19.71%26.86%-
HSV(B)177.78º32.93%32.16%-
XYZ6.087.448.9-
YUV73.81132.05114.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=25.23%
G=37.61%
B=37.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582810.3300.010.68177.7819.7126.86
Hex375251210144b2141b
Octal6712212141011042622433
Binary11011110100101010001100001011000100101100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375251; }

 p { color: rgb(55,82,81); }

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

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

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

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

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

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

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