#375160

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

Shades of Cello #375160

Tints of Cello #375160

Color information

#375160 (or 0x375160) is unknown color: approx Cello. HEX triplet: 37, 51 and 60. RGB value is (55,81,96). Sum of RGB (Red+Green+Blue) = 55+81+96=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #375160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375160 is #C8AE9F. Grayscale: #4A4A4A. Windows color (decimal): -13151904 or 6312247. OLE color: 6312247.

HSL color Cylindrical-coordinate representation of color #375160: hue angle of 201.95º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375160 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558196-
CMYK0.430.1600.62
HSL201.95º27.15%29.61%-
HSV(B)201.95º42.71%37.65%-
XYZ6.637.5412.17-
YUV74.94139.89113.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=23.71%
G=34.91%
B=41.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5581960.430.1600.62201.9527.1529.61
Hex3751602B1003Eca1b1e
Octal6712114053200763123336
Binary11011110100011100000101011100000111110110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375160; }

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

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

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

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

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

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

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

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