Html Css Color HEX #3E4E52 Casal

📋 copy color: '#3E4E52'

red 62 ◦ green 78 ◦ blue 82

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

Shades of Casal #3E4E52

Tints of Casal #3E4E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 27.93%
G = 35.14%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E4E52 (or 0x3E4E52) is known color: Casal. HEX triplet: 3E, 4E and 52. RGB value is (62,78,82). Sum of RGB (Red+Green+Blue) = 62+78+82=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4E52 is #C1B1AD. Grayscale: #494949. Windows color (decimal): -12693934 or 5393982. OLE color: 5393982.

HSL color Cylindrical-coordinate representation of color #3E4E52: hue angle of 192º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E4E52 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 78 82 -
CMYK 0.24 0.05 0 0.68
HSL 192º 0.14% 0.28% -
HSV(B) 192º 0.24% 0.32% -
XYZ 6.23 7.08 9.02 -
YUV 73.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 62 78 82 0.24 0.05 0 0.68 192 0.14 0.28
Hex 3E 4E 52 18 5 0 44 C0 E 1C
Octal 76 116 122 30 5 0 104 300 16 34
Binary 111110 1001110 1010010 11000 101 0 1000100 11000000 1110 11100

Color Harmonies of #3E4E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4E52

Black with #3E4E52

Text Example


Text Example

White with #3E4E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,78,82); }

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

background-color css

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

 a { background-color: rgb(62,78,82); }

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

border-color css

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

 span { border-color: rgb(62,78,82); }

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