#375169

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

Shades of Cello #375169

Tints of Cello #375169

Color information

#375169 (or 0x375169) is unknown color: approx Cello. HEX triplet: 37, 51 and 69. RGB value is (55,81,105). Sum of RGB (Red+Green+Blue) = 55+81+105=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #375169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375169 is #C8AE96. Grayscale: #4B4B4B. Windows color (decimal): -13151895 or 6902071. OLE color: 6902071.

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

Color convert

RGB5581105-
CMYK0.480.2300.59
HSL208.8º31.25%31.37%-
HSV(B)208.8º47.62%41.18%-
XYZ7.077.7214.48-
YUV75.96144.39113.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=22.82%
G=33.61%
B=43.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55811050.480.2300.59208.831.2531.37
Hex375169301703Bd11f1f
Octal6712115160270733213737
Binary11011110100011101001110000101110111011110100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375169; }

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

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

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

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

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

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

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

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