#3D5062

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

Shades of Cello #3D5062

Tints of Cello #3D5062

Color information

#3D5062 (or 0x3D5062) is unknown color: approx Cello. HEX triplet: 3D, 50 and 62. RGB value is (61,80,98). Sum of RGB (Red+Green+Blue) = 61+80+98=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D5062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5062 is #C2AF9D. Grayscale: #4C4C4C. Windows color (decimal): -12758942 or 6443069. OLE color: 6443069.

HSL color Cylindrical-coordinate representation of color #3D5062: hue angle of 209.19º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D5062 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB618098-
CMYK0.380.1800.62
HSL209.19º23.27%31.18%-
HSV(B)209.19º37.76%38.43%-
XYZ77.6112.66-
YUV76.37140.21117.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=25.52%
G=33.47%
B=41.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6180980.380.1800.62209.1923.2731.18
Hex3D5062261203Ed1171f
Octal7512014246220763212737
Binary11110110100001100010100110100100111110110100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,98); }

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

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

 a { background-color: rgb(61,80,98); }

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

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

 span { border-color: rgb(61,80,98); }

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