Html Css Color HEX #3C3C59 Payne's Grey

📋 copy color: '#3C3C59'

red 60 ◦ green 60 ◦ blue 89

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

Shades of Payne's Grey #3C3C59

Tints of Payne's Grey #3C3C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 28.71%
G = 28.71%
B = 42.58%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C3C59 (or 0x3C3C59) is known color: Payne's Grey. HEX triplet: 3C, 3C and 59. RGB value is (60,60,89). Sum of RGB (Red+Green+Blue) = 60+60+89=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3C59 is #C3C3A6. Grayscale: #3F3F3F. Windows color (decimal): -12829607 or 5848124. OLE color: 5848124.

HSL color Cylindrical-coordinate representation of color #3C3C59: hue angle of 240º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3C59 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 60 89 -
CMYK 0.33 0.33 0 0.65
HSL 240º 0.19% 0.29% -
HSV(B) 240º 0.33% 0.35% -
XYZ 5.28 4.91 10.12 -
YUV 63.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 60 60 89 0.33 0.33 0 0.65 240 0.19 0.29
Hex 3C 3C 59 21 21 0 41 F0 13 1D
Octal 74 74 131 41 41 0 101 360 23 35
Binary 111100 111100 1011001 100001 100001 0 1000001 11110000 10011 11101

Color Harmonies of #3C3C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3C59

Black with #3C3C59

Text Example


Text Example

White with #3C3C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,60,89); }

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

background-color css

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

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

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

border-color css

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

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

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