Html Css Color HEX #352447 Jagger

📋 copy color: '#352447'

red 53 ◦ green 36 ◦ blue 71

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

Shades of Jagger #352447

Tints of Jagger #352447

RGB

 RED value IS 53 (21.09% from 255) = 33.13%

 GREEN value IS 36 (14.45% from 255) = 22.5%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 33.13%
G = 22.5%
B = 44.38%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352447 (or 0x352447) is known color: Jagger. HEX triplet: 35, 24 and 47. RGB value is (53,36,71). Sum of RGB (Red+Green+Blue) = 53+36+71=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #352447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352447 is #CADBB8. Grayscale: #2C2C2C. Windows color (decimal): -13294521 or 4662325. OLE color: 4662325.

HSL color Cylindrical-coordinate representation of color #352447: hue angle of 269.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352447 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 36 71 -
CMYK 0.25 0.49 0 0.72
HSL 269.14º 0.33% 0.21% -
HSV(B) 269.14º 0.49% 0.28% -
XYZ 3.24 2.47 6.27 -
YUV 45.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 53 36 71 0.25 0.49 0 0.72 269.14 0.33 0.21
Hex 35 24 47 19 31 0 48 10D 21 15
Octal 65 44 107 31 61 0 110 415 41 25
Binary 110101 100100 1000111 11001 110001 0 1001000 100001101 100001 10101

Color Harmonies of #352447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352447

Black with #352447

Text Example


Text Example

White with #352447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352447; }

 p { color: rgb(53,36,71); }

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

background-color css

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

 a { background-color: rgb(53,36,71); }

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

border-color css

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

 span { border-color: rgb(53,36,71); }

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