#3D4F65

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

Shades of Cello #3D4F65

Tints of Cello #3D4F65

Color information

#3D4F65 (or 0x3D4F65) is unknown color: approx Cello. HEX triplet: 3D, 4F and 65. RGB value is (61,79,101). Sum of RGB (Red+Green+Blue) = 61+79+101=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D4F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4F65 is #C2B09A. Grayscale: #4C4C4C. Windows color (decimal): -12759195 or 6639421. OLE color: 6639421.

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

Color convert

RGB6179101-
CMYK0.400.2200.60
HSL213º24.69%31.76%-
HSV(B)213º39.6%39.61%-
XYZ7.077.5213.39-
YUV76.13142.04117.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=25.31%
G=32.78%
B=41.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61791010.400.2200.6021324.6931.76
Hex3D4F65281603Cd51920
Octal7511714550260743253140
Binary111101100111111001011010001011001111001101010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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