#375068

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

Shades of Cello #375068

Tints of Cello #375068

Color information

#375068 (or 0x375068) is unknown color: approx Cello. HEX triplet: 37, 50 and 68. RGB value is (55,80,104). Sum of RGB (Red+Green+Blue) = 55+80+104=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #375068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375068 is #C8AF97. Grayscale: #4B4B4B. Windows color (decimal): -13152152 or 6836279. OLE color: 6836279.

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

Color convert

RGB5580104-
CMYK0.470.2300.59
HSL209.39º30.82%31.18%-
HSV(B)209.39º47.12%40.78%-
XYZ6.947.5514.19-
YUV75.26144.22113.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=23.01%
G=33.47%
B=43.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55801040.470.2300.59209.3930.8231.18
Hex3750682F1703Bd11f1f
Octal6712015057270733213737
Binary11011110100001101000101111101110111011110100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375068; }

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

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

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

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

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

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

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

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