#375566

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

Shades of Cello #375566

Tints of Cello #375566

Color information

#375566 (or 0x375566) is unknown color: approx Cello. HEX triplet: 37, 55 and 66. RGB value is (55,85,102). Sum of RGB (Red+Green+Blue) = 55+85+102=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #375566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375566 is #C8AA99. Grayscale: #4D4D4D. Windows color (decimal): -13150874 or 6706487. OLE color: 6706487.

HSL color Cylindrical-coordinate representation of color #375566: hue angle of 201.7º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375566 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5585102-
CMYK0.460.1700.6
HSL201.7º29.94%30.78%-
HSV(B)201.7º46.08%40%-
XYZ7.228.2713.79-
YUV77.97141.56111.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=22.73%
G=35.12%
B=42.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55851020.460.1700.6201.729.9430.78
Hex3755662E1103Cca1e1f
Octal6712514656210743123637
Binary11011110101011100110101110100010111100110010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375566; }

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

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

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

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

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

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

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

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