Html Css Color HEX #3C3047 Jagger

📋 copy color: '#3C3047'

red 60 ◦ green 48 ◦ blue 71

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

Shades of Jagger #3C3047

Tints of Jagger #3C3047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

 BLUE value IS 71 (28.13% from 255) = 39.66%

R = 33.52%
G = 26.82%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C3047 (or 0x3C3047) is known color: Jagger. HEX triplet: 3C, 30 and 47. RGB value is (60,48,71). Sum of RGB (Red+Green+Blue) = 60+48+71=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C3047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3047 is #C3CFB8. Grayscale: #363636. Windows color (decimal): -12832697 or 4665404. OLE color: 4665404.

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

Color convert

RGB 60 48 71 -
CMYK 0.15 0.32 0 0.72
HSL 271.3º 0.19% 0.23% -
HSV(B) 271.3º 0.32% 0.28% -
XYZ 4.06 3.53 6.43 -
YUV 54.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 60 48 71 0.15 0.32 0 0.72 271.3 0.19 0.23
Hex 3C 30 47 F 20 0 48 10F 13 17
Octal 74 60 107 17 40 0 110 417 23 27
Binary 111100 110000 1000111 1111 100000 0 1001000 100001111 10011 10111

Color Harmonies of #3C3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3047

Black with #3C3047

Text Example


Text Example

White with #3C3047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,71); }

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

background-color css

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

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

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

border-color css

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

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

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