#375552

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

Shades of Blue Dianne #375552

Tints of Blue Dianne #375552

Color information

#375552 (or 0x375552) is unknown color: approx Blue Dianne. HEX triplet: 37, 55 and 52. RGB value is (55,85,82). Sum of RGB (Red+Green+Blue) = 55+85+82=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #375552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375552 is #C8AAAD. Grayscale: #4B4B4B. Windows color (decimal): -13150894 or 5395767. OLE color: 5395767.

HSL color Cylindrical-coordinate representation of color #375552: hue angle of 174º 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 #375552 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB558582-
CMYK0.3500.040.67
HSL174º21.43%27.45%-
HSV(B)174º35.29%33.33%-
XYZ6.357.929.18-
YUV75.69131.56113.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 82 (32.42% from 255) = 36.94%
R=24.77%
G=38.29%
B=36.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585820.3500.040.6717421.4327.45
Hex375552230443ae151b
Octal6712512243041032562533
Binary1101111010101101001010001101001000011101011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375552; }

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

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

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

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

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

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

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

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