Html Css Color HEX #3E5057 Casal

📋 copy color: '#3E5057'

red 62 ◦ green 80 ◦ blue 87

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

Shades of Casal #3E5057

Tints of Casal #3E5057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.99%

R = 27.07%
G = 34.93%
B = 37.99%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E5057 (or 0x3E5057) is known color: Casal. HEX triplet: 3E, 50 and 57. RGB value is (62,80,87). Sum of RGB (Red+Green+Blue) = 62+80+87=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E5057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5057 is #C1AFA8. Grayscale: #4B4B4B. Windows color (decimal): -12693417 or 5722174. OLE color: 5722174.

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

Color convert

RGB 62 80 87 -
CMYK 0.29 0.08 0 0.66
HSL 196.8º 0.17% 0.29% -
HSV(B) 196.8º 0.29% 0.34% -
XYZ 6.58 7.45 10.11 -
YUV 75.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 62 80 87 0.29 0.08 0 0.66 196.8 0.17 0.29
Hex 3E 50 57 1D 8 0 42 C5 11 1D
Octal 76 120 127 35 10 0 102 305 21 35
Binary 111110 1010000 1010111 11101 1000 0 1000010 11000101 10001 11101

Color Harmonies of #3E5057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5057

Black with #3E5057

Text Example


Text Example

White with #3E5057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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