#3D5265

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

Shades of Cello #3D5265

Tints of Cello #3D5265

Color information

#3D5265 (or 0x3D5265) is unknown color: approx Cello. HEX triplet: 3D, 52 and 65. RGB value is (61,82,101). Sum of RGB (Red+Green+Blue) = 61+82+101=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D5265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5265 is #C2AD9A. Grayscale: #4D4D4D. Windows color (decimal): -12758427 or 6640189. OLE color: 6640189.

HSL color Cylindrical-coordinate representation of color #3D5265: hue angle of 208.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D5265 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6182101-
CMYK0.400.1900.60
HSL208.5º24.69%31.76%-
HSV(B)208.5º39.6%39.61%-
XYZ7.297.9713.47-
YUV77.89141.04115.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=25%
G=33.61%
B=41.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61821010.400.1900.60208.524.6931.76
Hex3D5265281303Cd01920
Octal7512214550230743203140
Binary111101101001011001011010001001101111001101000011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5265; }

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

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

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

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

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

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

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

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