Html Css Color HEX #3B2553 Jagger

📋 copy color: '#3B2553'

red 59 ◦ green 37 ◦ blue 83

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

Shades of Jagger #3B2553

Tints of Jagger #3B2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

 BLUE value IS 83 (32.81% from 255) = 46.37%

R = 32.96%
G = 20.67%
B = 46.37%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B2553 (or 0x3B2553) is known color: Jagger. HEX triplet: 3B, 25 and 53. RGB value is (59,37,83). Sum of RGB (Red+Green+Blue) = 59+37+83=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2553 is #C4DAAC. Grayscale: #303030. Windows color (decimal): -12901037 or 5449019. OLE color: 5449019.

HSL color Cylindrical-coordinate representation of color #3B2553: hue angle of 268.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B2553 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 37 83 -
CMYK 0.29 0.55 0 0.67
HSL 268.7º 0.38% 0.24% -
HSV(B) 268.7º 0.55% 0.33% -
XYZ 4.03 2.88 8.53 -
YUV 48.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 59 37 83 0.29 0.55 0 0.67 268.7 0.38 0.24
Hex 3B 25 53 1D 37 0 43 10D 26 18
Octal 73 45 123 35 67 0 103 415 46 30
Binary 111011 100101 1010011 11101 110111 0 1000011 100001101 100110 11000

Color Harmonies of #3B2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2553

Black with #3B2553

Text Example


Text Example

White with #3B2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,83); }

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

background-color css

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

 a { background-color: rgb(59,37,83); }

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

border-color css

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

 span { border-color: rgb(59,37,83); }

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