#3E5068

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

Shades of Cello #3E5068

Tints of Cello #3E5068

Color information

#3E5068 (or 0x3E5068) is unknown color: approx Cello. HEX triplet: 3E, 50 and 68. RGB value is (62,80,104). Sum of RGB (Red+Green+Blue) = 62+80+104=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E5068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5068 is #C1AF97. Grayscale: #4D4D4D. Windows color (decimal): -12693400 or 6836286. OLE color: 6836286.

HSL color Cylindrical-coordinate representation of color #3E5068: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5068 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6280104-
CMYK0.400.2300.59
HSL214.29º25.3%32.55%-
HSV(B)214.29º40.38%40.78%-
XYZ7.357.7614.21-
YUV77.35143.04117.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=25.20%
G=32.52%
B=42.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62801040.400.2300.59214.2925.332.55
Hex3E5068281703Bd61921
Octal7612015050270733263141
Binary111110101000011010001010001011101110111101011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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