#3D5165

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

Shades of Cello #3D5165

Tints of Cello #3D5165

Color information

#3D5165 (or 0x3D5165) is unknown color: approx Cello. HEX triplet: 3D, 51 and 65. RGB value is (61,81,101). Sum of RGB (Red+Green+Blue) = 61+81+101=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D5165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5165 is #C2AE9A. Grayscale: #4D4D4D. Windows color (decimal): -12758683 or 6639933. OLE color: 6639933.

HSL color Cylindrical-coordinate representation of color #3D5165: hue angle of 210º 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 #3D5165 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6181101-
CMYK0.400.2000.60
HSL210º24.69%31.76%-
HSV(B)210º39.6%39.61%-
XYZ7.227.8213.44-
YUV77.3141.37116.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=25.10%
G=33.33%
B=41.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61811010.400.2000.6021024.6931.76
Hex3D5165281403Cd21920
Octal7512114550240743223140
Binary111101101000111001011010001010001111001101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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