#375063

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

Shades of Cello #375063

Tints of Cello #375063

Color information

#375063 (or 0x375063) is unknown color: approx Cello. HEX triplet: 37, 50 and 63. RGB value is (55,80,99). Sum of RGB (Red+Green+Blue) = 55+80+99=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #375063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375063 is #C8AF9C. Grayscale: #4A4A4A. Windows color (decimal): -13152157 or 6508599. OLE color: 6508599.

HSL color Cylindrical-coordinate representation of color #375063: hue angle of 205.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375063 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB558099-
CMYK0.440.1900.61
HSL205.91º28.57%30.2%-
HSV(B)205.91º44.44%38.82%-
XYZ6.77.4512.89-
YUV74.69141.72113.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=23.50%
G=34.19%
B=42.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5580990.440.1900.61205.9128.5730.2
Hex3750632C1303Dce1d1e
Octal6712014354230753163536
Binary11011110100001100011101100100110111101110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375063; }

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

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

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

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

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

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

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

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