Html Css Color HEX #3E5060 Cello

📋 copy color: '#3E5060'

red 62 ◦ green 80 ◦ blue 96

#3E5060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #3E5060

Tints of Cello #3E5060

RGB

 RED value IS 62 (24.61% from 255) = 26.05%

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 26.05%
G = 33.61%
B = 40.34%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3E5060 (or 0x3E5060) is known color: Cello. HEX triplet: 3E, 50 and 60. RGB value is (62,80,96). Sum of RGB (Red+Green+Blue) = 62+80+96=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5060 is #C1AF9F. Grayscale: #4C4C4C. Windows color (decimal): -12693408 or 6311998. OLE color: 6311998.

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

Color convert

RGB 62 80 96 -
CMYK 0.35 0.17 0 0.62
HSL 208.24º 0.22% 0.31% -
HSV(B) 208.24º 0.35% 0.38% -
XYZ 6.97 7.61 12.17 -
YUV 76.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 62 80 96 0.35 0.17 0 0.62 208.24 0.22 0.31
Hex 3E 50 60 23 11 0 3E D0 16 1F
Octal 76 120 140 43 21 0 76 320 26 37
Binary 111110 1010000 1100000 100011 10001 0 111110 11010000 10110 11111

Color Harmonies of #3E5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5060

Black with #3E5060

Text Example


Text Example

White with #3E5060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E5060;
 }
 .AnyTagClassName
 {
   color: #3E5060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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