Html Css Color HEX #3E5158 Casal

📋 copy color: '#3E5158'

red 62 ◦ green 81 ◦ blue 88

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

Shades of Casal #3E5158

Tints of Casal #3E5158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 26.84%
G = 35.06%
B = 38.1%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E5158 (or 0x3E5158) is known color: Casal. HEX triplet: 3E, 51 and 58. RGB value is (62,81,88). Sum of RGB (Red+Green+Blue) = 62+81+88=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5158 is #C1AEA7. Grayscale: #4C4C4C. Windows color (decimal): -12693160 or 5787966. OLE color: 5787966.

HSL color Cylindrical-coordinate representation of color #3E5158: hue angle of 196.15º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5158 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 81 88 -
CMYK 0.30 0.08 0 0.65
HSL 196.15º 0.17% 0.29% -
HSV(B) 196.15º 0.3% 0.35% -
XYZ 6.69 7.61 10.35 -
YUV 76.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 62 81 88 0.30 0.08 0 0.65 196.15 0.17 0.29
Hex 3E 51 58 1E 8 0 41 C4 11 1D
Octal 76 121 130 36 10 0 101 304 21 35
Binary 111110 1010001 1011000 11110 1000 0 1000001 11000100 10001 11101

Color Harmonies of #3E5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5158

Black with #3E5158

Text Example


Text Example

White with #3E5158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,81,88); }

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

background-color css

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

 a { background-color: rgb(62,81,88); }

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

border-color css

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

 span { border-color: rgb(62,81,88); }

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