Html Css Color HEX #3E4F52 Casal

📋 copy color: '#3E4F52'

red 62 ◦ green 79 ◦ blue 82

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

Shades of Casal #3E4F52

Tints of Casal #3E4F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

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

R = 27.8%
G = 35.43%
B = 36.77%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E4F52 (or 0x3E4F52) is known color: Casal. HEX triplet: 3E, 4F and 52. RGB value is (62,79,82). Sum of RGB (Red+Green+Blue) = 62+79+82=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E4F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E4F52 is #C1B0AD. Grayscale: #4A4A4A. Windows color (decimal): -12693678 or 5394238. OLE color: 5394238.

HSL color Cylindrical-coordinate representation of color #3E4F52: hue angle of 189º 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 #3E4F52 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 79 82 -
CMYK 0.24 0.04 0 0.68
HSL 189º 0.14% 0.28% -
HSV(B) 189º 0.24% 0.32% -
XYZ 6.31 7.23 9.04 -
YUV 74.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 62 79 82 0.24 0.04 0 0.68 189 0.14 0.28
Hex 3E 4F 52 18 4 0 44 BD E 1C
Octal 76 117 122 30 4 0 104 275 16 34
Binary 111110 1001111 1010010 11000 100 0 1000100 10111101 1110 11100

Color Harmonies of #3E4F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4F52

Black with #3E4F52

Text Example


Text Example

White with #3E4F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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