#375369

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

Shades of Cello #375369

Tints of Cello #375369

Color information

#375369 (or 0x375369) is unknown color: approx Cello. HEX triplet: 37, 53 and 69. RGB value is (55,83,105). Sum of RGB (Red+Green+Blue) = 55+83+105=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #375369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375369 is #C8AC96. Grayscale: #4D4D4D. Windows color (decimal): -13151383 or 6902583. OLE color: 6902583.

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

Color convert

RGB5583105-
CMYK0.480.2100.59
HSL206.4º31.25%31.37%-
HSV(B)206.4º47.62%41.18%-
XYZ7.228.0214.53-
YUV77.14143.72112.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=22.63%
G=34.16%
B=43.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55831050.480.2100.59206.431.2531.37
Hex375369301503Bce1f1f
Octal6712315160250733163737
Binary11011110100111101001110000101010111011110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375369; }

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

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

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

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

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

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

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

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