Html Css Color HEX #3E505B Cello

📋 copy color: '#3E505B'

red 62 ◦ green 80 ◦ blue 91

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

Shades of Cello #3E505B

Tints of Cello #3E505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 26.61%
G = 34.33%
B = 39.06%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E505B (or 0x3E505B) is known color: Cello. HEX triplet: 3E, 50 and 5B. RGB value is (62,80,91). Sum of RGB (Red+Green+Blue) = 62+80+91=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E505B is #C1AFA4. Grayscale: #4B4B4B. Windows color (decimal): -12693413 or 5984318. OLE color: 5984318.

HSL color Cylindrical-coordinate representation of color #3E505B: hue angle of 202.76º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E505B is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 80 91 -
CMYK 0.32 0.12 0 0.64
HSL 202.76º 0.19% 0.3% -
HSV(B) 202.76º 0.32% 0.36% -
XYZ 6.74 7.52 10.99 -
YUV 75.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 62 80 91 0.32 0.12 0 0.64 202.76 0.19 0.3
Hex 3E 50 5B 20 C 0 40 CB 13 1E
Octal 76 120 133 40 14 0 100 313 23 36
Binary 111110 1010000 1011011 100000 1100 0 1000000 11001011 10011 11110

Color Harmonies of #3E505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E505B

Black with #3E505B

Text Example


Text Example

White with #3E505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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