Html Css Color HEX #3B284B Jagger

📋 copy color: '#3B284B'

red 59 ◦ green 40 ◦ blue 75

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

Shades of Jagger #3B284B

Tints of Jagger #3B284B

RGB

 RED value IS 59 (23.44% from 255) = 33.91%

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

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

R = 33.91%
G = 22.99%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B284B (or 0x3B284B) is known color: Jagger. HEX triplet: 3B, 28 and 4B. RGB value is (59,40,75). Sum of RGB (Red+Green+Blue) = 59+40+75=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B284B is #C4D7B4. Grayscale: #313131. Windows color (decimal): -12900277 or 4925499. OLE color: 4925499.

HSL color Cylindrical-coordinate representation of color #3B284B: hue angle of 272.57º 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 #3B284B is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 40 75 -
CMYK 0.21 0.47 0 0.71
HSL 272.57º 0.3% 0.23% -
HSV(B) 272.57º 0.47% 0.29% -
XYZ 3.83 2.96 7.03 -
YUV 49.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 59 40 75 0.21 0.47 0 0.71 272.57 0.3 0.23
Hex 3B 28 4B 15 2F 0 47 111 1E 17
Octal 73 50 113 25 57 0 107 421 36 27
Binary 111011 101000 1001011 10101 101111 0 1000111 100010001 11110 10111

Color Harmonies of #3B284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B284B

Black with #3B284B

Text Example


Text Example

White with #3B284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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