Html Css Color HEX #3C4E52 Casal

📋 copy color: '#3C4E52'

red 60 ◦ green 78 ◦ blue 82

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

Shades of Casal #3C4E52

Tints of Casal #3C4E52

RGB

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

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

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

R = 27.27%
G = 35.45%
B = 37.27%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C4E52 (or 0x3C4E52) is known color: Casal. HEX triplet: 3C, 4E and 52. RGB value is (60,78,82). Sum of RGB (Red+Green+Blue) = 60+78+82=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E52 is #C3B1AD. Grayscale: #494949. Windows color (decimal): -12825006 or 5393980. OLE color: 5393980.

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

Color convert

RGB 60 78 82 -
CMYK 0.27 0.05 0 0.68
HSL 190.91º 0.15% 0.28% -
HSV(B) 190.91º 0.27% 0.32% -
XYZ 6.11 7.02 9.02 -
YUV 73.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 60 78 82 0.27 0.05 0 0.68 190.91 0.15 0.28
Hex 3C 4E 52 1B 5 0 44 BF F 1C
Octal 74 116 122 33 5 0 104 277 17 34
Binary 111100 1001110 1010010 11011 101 0 1000100 10111111 1111 11100

Color Harmonies of #3C4E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4E52

Black with #3C4E52

Text Example


Text Example

White with #3C4E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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