Html Css Color HEX #3C4F52 Casal

📋 copy color: '#3C4F52'

red 60 ◦ green 79 ◦ blue 82

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

Shades of Casal #3C4F52

Tints of Casal #3C4F52

RGB

 RED value IS 60 (23.83% from 255) = 27.15%

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

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

R = 27.15%
G = 35.75%
B = 37.1%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C4F52 (or 0x3C4F52) is known color: Casal. HEX triplet: 3C, 4F and 52. RGB value is (60,79,82). Sum of RGB (Red+Green+Blue) = 60+79+82=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C4F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4F52 is #C3B0AD. Grayscale: #494949. Windows color (decimal): -12824750 or 5394236. OLE color: 5394236.

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

Color convert

RGB 60 79 82 -
CMYK 0.27 0.04 0 0.68
HSL 188.18º 0.15% 0.28% -
HSV(B) 188.18º 0.27% 0.32% -
XYZ 6.18 7.16 9.04 -
YUV 73.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 60 79 82 0.27 0.04 0 0.68 188.18 0.15 0.28
Hex 3C 4F 52 1B 4 0 44 BC F 1C
Octal 74 117 122 33 4 0 104 274 17 34
Binary 111100 1001111 1010010 11011 100 0 1000100 10111100 1111 11100

Color Harmonies of #3C4F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4F52

Black with #3C4F52

Text Example


Text Example

White with #3C4F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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