Html Css Color HEX #3B2648 Jagger

📋 copy color: '#3B2648'

red 59 ◦ green 38 ◦ blue 72

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

Shades of Jagger #3B2648

Tints of Jagger #3B2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.49%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 34.91%
G = 22.49%
B = 42.6%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B2648 (or 0x3B2648) is known color: Jagger. HEX triplet: 3B, 26 and 48. RGB value is (59,38,72). Sum of RGB (Red+Green+Blue) = 59+38+72=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2648 is #C4D9B7. Grayscale: #303030. Windows color (decimal): -12900792 or 4728379. OLE color: 4728379.

HSL color Cylindrical-coordinate representation of color #3B2648: hue angle of 277.06º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B2648 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 38 72 -
CMYK 0.18 0.47 0 0.72
HSL 277.06º 0.31% 0.22% -
HSV(B) 277.06º 0.47% 0.28% -
XYZ 3.67 2.78 6.47 -
YUV 48.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 59 38 72 0.18 0.47 0 0.72 277.06 0.31 0.22
Hex 3B 26 48 12 2F 0 48 115 1F 16
Octal 73 46 110 22 57 0 110 425 37 26
Binary 111011 100110 1001000 10010 101111 0 1001000 100010101 11111 10110

Color Harmonies of #3B2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2648

Black with #3B2648

Text Example


Text Example

White with #3B2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,38,72); }

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

background-color css

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

 a { background-color: rgb(59,38,72); }

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

border-color css

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

 span { border-color: rgb(59,38,72); }

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