#375069

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

Shades of Cello #375069

Tints of Cello #375069

Color information

#375069 (or 0x375069) is unknown color: approx Cello. HEX triplet: 37, 50 and 69. RGB value is (55,80,105). Sum of RGB (Red+Green+Blue) = 55+80+105=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #375069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375069 is #C8AF96. Grayscale: #4B4B4B. Windows color (decimal): -13152151 or 6901815. OLE color: 6901815.

HSL color Cylindrical-coordinate representation of color #375069: hue angle of 210º 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 #375069 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5580105-
CMYK0.480.2400.59
HSL210º31.25%31.37%-
HSV(B)210º47.62%41.18%-
XYZ6.997.5714.46-
YUV75.38144.72113.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=22.92%
G=33.33%
B=43.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55801050.480.2400.5921031.2531.37
Hex375069301803Bd21f1f
Octal6712015160300733223737
Binary11011110100001101001110000110000111011110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375069; }

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

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

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

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

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

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

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

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