Html Css Color HEX #3E5458 Casal

📋 copy color: '#3E5458'

red 62 ◦ green 84 ◦ blue 88

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

Shades of Casal #3E5458

Tints of Casal #3E5458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.9%

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

R = 26.5%
G = 35.9%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E5458 (or 0x3E5458) is known color: Casal. HEX triplet: 3E, 54 and 58. RGB value is (62,84,88). Sum of RGB (Red+Green+Blue) = 62+84+88=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5458 is #C1ABA7. Grayscale: #4D4D4D. Windows color (decimal): -12692392 or 5788734. OLE color: 5788734.

HSL color Cylindrical-coordinate representation of color #3E5458: hue angle of 189.23º 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 #3E5458 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 62 84 88 -
CMYK 0.30 0.05 0 0.65
HSL 189.23º 0.17% 0.29% -
HSV(B) 189.23º 0.3% 0.35% -
XYZ 6.92 8.07 10.43 -
YUV 77.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 62 84 88 0.30 0.05 0 0.65 189.23 0.17 0.29
Hex 3E 54 58 1E 5 0 41 BD 11 1D
Octal 76 124 130 36 5 0 101 275 21 35
Binary 111110 1010100 1011000 11110 101 0 1000001 10111101 10001 11101

Color Harmonies of #3E5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5458

Black with #3E5458

Text Example


Text Example

White with #3E5458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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