Html Css Color HEX #3C244E Jagger

📋 copy color: '#3C244E'

red 60 ◦ green 36 ◦ blue 78

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

Shades of Jagger #3C244E

Tints of Jagger #3C244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 34.48%
G = 20.69%
B = 44.83%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C244E (or 0x3C244E) is known color: Jagger. HEX triplet: 3C, 24 and 4E. RGB value is (60,36,78). Sum of RGB (Red+Green+Blue) = 60+36+78=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C244E is #C3DBB1. Grayscale: #2F2F2F. Windows color (decimal): -12835762 or 5121084. OLE color: 5121084.

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

Color convert

RGB 60 36 78 -
CMYK 0.23 0.54 0 0.69
HSL 274.29º 0.37% 0.22% -
HSV(B) 274.29º 0.54% 0.31% -
XYZ 3.87 2.77 7.54 -
YUV 47.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 60 36 78 0.23 0.54 0 0.69 274.29 0.37 0.22
Hex 3C 24 4E 17 36 0 45 112 25 16
Octal 74 44 116 27 66 0 105 422 45 26
Binary 111100 100100 1001110 10111 110110 0 1000101 100010010 100101 10110

Color Harmonies of #3C244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C244E

Black with #3C244E

Text Example


Text Example

White with #3C244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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