Html Css Color HEX #3C194E Jagger

📋 copy color: '#3C194E'

red 60 ◦ green 25 ◦ blue 78

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

Shades of Jagger #3C194E

Tints of Jagger #3C194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 36.81%
G = 15.34%
B = 47.85%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C194E (or 0x3C194E) is known color: Jagger. HEX triplet: 3C, 19 and 4E. RGB value is (60,25,78). Sum of RGB (Red+Green+Blue) = 60+25+78=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C194E is #C3E6B1. Grayscale: #292929. Windows color (decimal): -12838578 or 5118268. OLE color: 5118268.

HSL color Cylindrical-coordinate representation of color #3C194E: hue angle of 279.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C194E is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 25 78 -
CMYK 0.23 0.68 0 0.69
HSL 279.62º 0.51% 0.2% -
HSV(B) 279.62º 0.68% 0.31% -
XYZ 3.59 2.21 7.44 -
YUV 41.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 60 25 78 0.23 0.68 0 0.69 279.62 0.51 0.2
Hex 3C 19 4E 17 44 0 45 118 33 14
Octal 74 31 116 27 104 0 105 430 63 24
Binary 111100 11001 1001110 10111 1000100 0 1000101 100011000 110011 10100

Color Harmonies of #3C194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C194E

Black with #3C194E

Text Example


Text Example

White with #3C194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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