Html Css Color HEX #3A284C Jagger

📋 copy color: '#3A284C'

red 58 ◦ green 40 ◦ blue 76

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

Shades of Jagger #3A284C

Tints of Jagger #3A284C

RGB

 RED value IS 58 (23.05% from 255) = 33.33%

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 33.33%
G = 22.99%
B = 43.68%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A284C (or 0x3A284C) is known color: Jagger. HEX triplet: 3A, 28 and 4C. RGB value is (58,40,76). Sum of RGB (Red+Green+Blue) = 58+40+76=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A284C is #C5D7B3. Grayscale: #313131. Windows color (decimal): -12965812 or 4991034. OLE color: 4991034.

HSL color Cylindrical-coordinate representation of color #3A284C: hue angle of 270º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A284C is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 40 76 -
CMYK 0.24 0.47 0 0.70
HSL 270º 0.31% 0.23% -
HSV(B) 270º 0.47% 0.3% -
XYZ 3.81 2.94 7.2 -
YUV 49.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 58 40 76 0.24 0.47 0 0.70 270 0.31 0.23
Hex 3A 28 4C 18 2F 0 46 10E 1F 17
Octal 72 50 114 30 57 0 106 416 37 27
Binary 111010 101000 1001100 11000 101111 0 1000110 100001110 11111 10111

Color Harmonies of #3A284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A284C

Black with #3A284C

Text Example


Text Example

White with #3A284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,40,76); }

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

background-color css

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

 a { background-color: rgb(58,40,76); }

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

border-color css

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

 span { border-color: rgb(58,40,76); }

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