#3E5062

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

Shades of Cello #3E5062

Tints of Cello #3E5062

Color information

#3E5062 (or 0x3E5062) is unknown color: approx Cello. HEX triplet: 3E, 50 and 62. RGB value is (62,80,98). Sum of RGB (Red+Green+Blue) = 62+80+98=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E5062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5062 is #C1AF9D. Grayscale: #4C4C4C. Windows color (decimal): -12693406 or 6443070. OLE color: 6443070.

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

Color convert

RGB628098-
CMYK0.370.1800.62
HSL210º22.5%31.37%-
HSV(B)210º36.73%38.43%-
XYZ7.067.6412.66-
YUV76.67140.04117.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=25.83%
G=33.33%
B=40.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6280980.370.1800.6221022.531.37
Hex3E5062251203Ed2161f
Octal7612014245220763222637
Binary11111010100001100010100101100100111110110100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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