#375753

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

Shades of Blue Dianne #375753

Tints of Blue Dianne #375753

Color information

#375753 (or 0x375753) is unknown color: approx Blue Dianne. HEX triplet: 37, 57 and 53. RGB value is (55,87,83). Sum of RGB (Red+Green+Blue) = 55+87+83=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #375753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375753 is #C8A8AC. Grayscale: #4C4C4C. Windows color (decimal): -13150381 or 5461815. OLE color: 5461815.

HSL color Cylindrical-coordinate representation of color #375753: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375753 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB558783-
CMYK0.3700.050.66
HSL172.5º22.54%27.84%-
HSV(B)172.5º36.78%34.12%-
XYZ6.558.259.43-
YUV76.98131.4112.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=24.44%
G=38.67%
B=36.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587830.3700.050.66172.522.5427.84
Hex375753250542ac171c
Octal6712712345051022542734
Binary1101111010111101001110010101011000010101011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375753; }

 p { color: rgb(55,87,83); }

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

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

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

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

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

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

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