#375569

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

Shades of Cello #375569

Tints of Cello #375569

Color information

#375569 (or 0x375569) is unknown color: approx Cello. HEX triplet: 37, 55 and 69. RGB value is (55,85,105). Sum of RGB (Red+Green+Blue) = 55+85+105=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #375569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375569 is #C8AA96. Grayscale: #4E4E4E. Windows color (decimal): -13150871 or 6903095. OLE color: 6903095.

HSL color Cylindrical-coordinate representation of color #375569: hue angle of 204º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375569 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5585105-
CMYK0.480.1900.59
HSL204º31.25%31.37%-
HSV(B)204º47.62%41.18%-
XYZ7.378.3314.58-
YUV78.31143.06111.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=22.45%
G=34.69%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55851050.480.1900.5920431.2531.37
Hex375569301303Bcc1f1f
Octal6712515160230733143737
Binary11011110101011101001110000100110111011110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375569; }

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

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

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

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

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

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

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

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