Html Css Color HEX #3B2352 Jagger

📋 copy color: '#3B2352'

red 59 ◦ green 35 ◦ blue 82

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

Shades of Jagger #3B2352

Tints of Jagger #3B2352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.89%

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 33.52%
G = 19.89%
B = 46.59%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3B2352 (or 0x3B2352) is known color: Jagger. HEX triplet: 3B, 23 and 52. RGB value is (59,35,82). Sum of RGB (Red+Green+Blue) = 59+35+82=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B2352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2352 is #C4DCAD. Grayscale: #2F2F2F. Windows color (decimal): -12901550 or 5382971. OLE color: 5382971.

HSL color Cylindrical-coordinate representation of color #3B2352: hue angle of 270.64º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B2352 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 35 82 -
CMYK 0.28 0.57 0 0.68
HSL 270.64º 0.4% 0.23% -
HSV(B) 270.64º 0.57% 0.32% -
XYZ 3.93 2.74 8.3 -
YUV 47.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 59 35 82 0.28 0.57 0 0.68 270.64 0.4 0.23
Hex 3B 23 52 1C 39 0 44 10F 28 17
Octal 73 43 122 34 71 0 104 417 50 27
Binary 111011 100011 1010010 11100 111001 0 1000100 100001111 101000 10111

Color Harmonies of #3B2352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2352

Black with #3B2352

Text Example


Text Example

White with #3B2352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,82); }

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

background-color css

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

 a { background-color: rgb(59,35,82); }

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

border-color css

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

 span { border-color: rgb(59,35,82); }

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