#375466

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

Shades of Cello #375466

Tints of Cello #375466

Color information

#375466 (or 0x375466) is unknown color: approx Cello. HEX triplet: 37, 54 and 66. RGB value is (55,84,102). Sum of RGB (Red+Green+Blue) = 55+84+102=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #375466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375466 is #C8AB99. Grayscale: #4D4D4D. Windows color (decimal): -13151130 or 6706231. OLE color: 6706231.

HSL color Cylindrical-coordinate representation of color #375466: hue angle of 202.98º 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 #375466 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5584102-
CMYK0.460.1800.6
HSL202.98º29.94%30.78%-
HSV(B)202.98º46.08%40%-
XYZ7.148.1113.76-
YUV77.38141.89112.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=22.82%
G=34.85%
B=42.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55841020.460.1800.6202.9829.9430.78
Hex3754662E1203Ccb1e1f
Octal6712414656220743133637
Binary11011110101001100110101110100100111100110010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375466; }

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

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

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

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

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

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

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

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