#375261

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

Shades of Cello #375261

Tints of Cello #375261

Color information

#375261 (or 0x375261) is unknown color: approx Cello. HEX triplet: 37, 52 and 61. RGB value is (55,82,97). Sum of RGB (Red+Green+Blue) = 55+82+97=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #375261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375261 is #C8AD9E. Grayscale: #4B4B4B. Windows color (decimal): -13151647 or 6378039. OLE color: 6378039.

HSL color Cylindrical-coordinate representation of color #375261: hue angle of 201.43º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375261 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558297-
CMYK0.430.1500.62
HSL201.43º27.63%29.8%-
HSV(B)201.43º43.3%38.04%-
XYZ6.757.7112.44-
YUV75.64140.05113.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=23.50%
G=35.04%
B=41.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5582970.430.1500.62201.4327.6329.8
Hex3752612BF03Ec91c1e
Octal6712214153170763113436
Binary1101111010010110000110101111110111110110010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375261; }

 p { color: rgb(55,82,97); }

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

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

 a { background-color: rgb(55,82,97); }

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

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

 span { border-color: rgb(55,82,97); }

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