#3D516A

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

Shades of Cello #3D516A

Tints of Cello #3D516A

Color information

#3D516A (or 0x3D516A) is unknown color: approx Cello. HEX triplet: 3D, 51 and 6A. RGB value is (61,81,106). Sum of RGB (Red+Green+Blue) = 61+81+106=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #3D516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D516A is #C2AE95. Grayscale: #4D4D4D. Windows color (decimal): -12758678 or 6967613. OLE color: 6967613.

HSL color Cylindrical-coordinate representation of color #3D516A: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D516A is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6181106-
CMYK0.420.2400.58
HSL213.33º26.95%32.75%-
HSV(B)213.33º42.45%41.57%-
XYZ7.477.9214.77-
YUV77.87143.87115.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=24.60%
G=32.66%
B=42.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61811060.420.2400.58213.3326.9532.75
Hex3D516A2A1803Ad51b21
Octal7512115252300723253341
Binary111101101000111010101010101100001110101101010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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