#375066

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

Shades of Cello #375066

Tints of Cello #375066

Color information

#375066 (or 0x375066) is unknown color: approx Cello. HEX triplet: 37, 50 and 66. RGB value is (55,80,102). Sum of RGB (Red+Green+Blue) = 55+80+102=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #375066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375066 is #C8AF99. Grayscale: #4A4A4A. Windows color (decimal): -13152154 or 6705207. OLE color: 6705207.

HSL color Cylindrical-coordinate representation of color #375066: hue angle of 208.09º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375066 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5580102-
CMYK0.460.2200.6
HSL208.09º29.94%30.78%-
HSV(B)208.09º46.08%40%-
XYZ6.847.5113.66-
YUV75.03143.22113.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=23.21%
G=33.76%
B=43.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55801020.460.2200.6208.0929.9430.78
Hex3750662E1603Cd01e1f
Octal6712014656260743203637
Binary11011110100001100110101110101100111100110100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375066; }

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

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

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

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

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

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

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

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