Html Css Color HEX #3C524F Blue Dianne

📋 copy color: '#3C524F'

red 60 ◦ green 82 ◦ blue 79

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

Shades of Blue Dianne #3C524F

Tints of Blue Dianne #3C524F

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#3C524F (or 0x3C524F) is known color: Blue Dianne. HEX triplet: 3C, 52 and 4F. RGB value is (60,82,79). Sum of RGB (Red+Green+Blue) = 60+82+79=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C524F is #C3ADB0. Grayscale: #4B4B4B. Windows color (decimal): -12823985 or 5198396. OLE color: 5198396.

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

Color convert

RGB 60 82 79 -
CMYK 0.27 0 0.04 0.68
HSL 171.82º 0.15% 0.28% -
HSV(B) 171.82º 0.27% 0.32% -
XYZ 6.29 7.56 8.52 -
YUV 75.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 60 82 79 0.27 0 0.04 0.68 171.82 0.15 0.28
Hex 3C 52 4F 1B 0 4 44 AC F 1C
Octal 74 122 117 33 0 4 104 254 17 34
Binary 111100 1010010 1001111 11011 0 100 1000100 10101100 1111 11100

Color Harmonies of #3C524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C524F

Black with #3C524F

Text Example


Text Example

White with #3C524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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