Html Css Color HEX #3C284B Jagger

📋 copy color: '#3C284B'

red 60 ◦ green 40 ◦ blue 75

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

Shades of Jagger #3C284B

Tints of Jagger #3C284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 34.29%
G = 22.86%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C284B (or 0x3C284B) is known color: Jagger. HEX triplet: 3C, 28 and 4B. RGB value is (60,40,75). Sum of RGB (Red+Green+Blue) = 60+40+75=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C284B is #C3D7B4. Grayscale: #313131. Windows color (decimal): -12834741 or 4925500. OLE color: 4925500.

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

Color convert

RGB 60 40 75 -
CMYK 0.20 0.47 0 0.71
HSL 274.29º 0.3% 0.23% -
HSV(B) 274.29º 0.47% 0.29% -
XYZ 3.89 2.99 7.03 -
YUV 49.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 60 40 75 0.20 0.47 0 0.71 274.29 0.3 0.23
Hex 3C 28 4B 14 2F 0 47 112 1E 17
Octal 74 50 113 24 57 0 107 422 36 27
Binary 111100 101000 1001011 10100 101111 0 1000111 100010010 11110 10111

Color Harmonies of #3C284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C284B

Black with #3C284B

Text Example


Text Example

White with #3C284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,75); }

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

background-color css

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

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

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

border-color css

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

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

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