#375268

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

Shades of Cello #375268

Tints of Cello #375268

Color information

#375268 (or 0x375268) is unknown color: approx Cello. HEX triplet: 37, 52 and 68. RGB value is (55,82,104). Sum of RGB (Red+Green+Blue) = 55+82+104=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #375268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375268 is #C8AD97. Grayscale: #4C4C4C. Windows color (decimal): -13151640 or 6836791. OLE color: 6836791.

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

Color convert

RGB5582104-
CMYK0.470.2100.59
HSL206.94º30.82%31.18%-
HSV(B)206.94º47.12%40.78%-
XYZ7.097.8514.24-
YUV76.44143.55112.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=22.82%
G=34.02%
B=43.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55821040.470.2100.59206.9430.8231.18
Hex3752682F1503Bcf1f1f
Octal6712215057250733173737
Binary11011110100101101000101111101010111011110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375268; }

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

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

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

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

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

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

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

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