#395265

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

Shades of Cello #395265

Tints of Cello #395265

Color information

#395265 (or 0x395265) is unknown color: approx Cello. HEX triplet: 39, 52 and 65. RGB value is (57,82,101). Sum of RGB (Red+Green+Blue) = 57+82+101=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 82 (32.42% from 255 or 34.17% 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 #395265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395265 is #C6AD9A. Grayscale: #4C4C4C. Windows color (decimal): -13020571 or 6640185. OLE color: 6640185.

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

Color convert

RGB5782101-
CMYK0.440.1900.60
HSL205.91º27.85%30.98%-
HSV(B)205.91º43.56%39.61%-
XYZ7.057.8413.45-
YUV76.69141.72113.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=23.75%
G=34.17%
B=42.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57821010.440.1900.60205.9127.8530.98
Hex3952652C1303Cce1c1f
Octal7112214554230743163437
Binary11100110100101100101101100100110111100110011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395265; }

 p { color: rgb(57,82,101); }

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

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

 a { background-color: rgb(57,82,101); }

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

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

 span { border-color: rgb(57,82,101); }

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