#375060

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

Shades of Cello #375060

Tints of Cello #375060

Color information

#375060 (or 0x375060) is unknown color: approx Cello. HEX triplet: 37, 50 and 60. RGB value is (55,80,96). Sum of RGB (Red+Green+Blue) = 55+80+96=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #375060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375060 is #C8AF9F. Grayscale: #4A4A4A. Windows color (decimal): -13152160 or 6311991. OLE color: 6311991.

HSL color Cylindrical-coordinate representation of color #375060: hue angle of 203.41º 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 #375060 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558096-
CMYK0.430.1700.62
HSL203.41º27.15%29.61%-
HSV(B)203.41º42.71%37.65%-
XYZ6.567.3912.15-
YUV74.35140.22114.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=23.81%
G=34.63%
B=41.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5580960.430.1700.62203.4127.1529.61
Hex3750602B1103Ecb1b1e
Octal6712014053210763133336
Binary11011110100001100000101011100010111110110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375060; }

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

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

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

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

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

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

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

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