#375465

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

Shades of Cello #375465

Tints of Cello #375465

Color information

#375465 (or 0x375465) is unknown color: approx Cello. HEX triplet: 37, 54 and 65. RGB value is (55,84,101). Sum of RGB (Red+Green+Blue) = 55+84+101=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #375465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375465 is #C8AB9A. Grayscale: #4D4D4D. Windows color (decimal): -13151131 or 6640695. OLE color: 6640695.

HSL color Cylindrical-coordinate representation of color #375465: hue angle of 202.17º degrees, saturation: 0.29, 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 #375465 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5584101-
CMYK0.460.1700.60
HSL202.17º29.49%30.59%-
HSV(B)202.17º45.54%39.61%-
XYZ7.098.0913.5-
YUV77.27141.39112.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=22.92%
G=35%
B=42.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55841010.460.1700.60202.1729.4930.59
Hex3754652E1103Cca1d1f
Octal6712414556210743123537
Binary11011110101001100101101110100010111100110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375465; }

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

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

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

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

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

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

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

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