Html Css Color HEX #352247 Jagger

📋 copy color: '#352247'

red 53 ◦ green 34 ◦ blue 71

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

Shades of Jagger #352247

Tints of Jagger #352247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 33.54%
G = 21.52%
B = 44.94%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352247 (or 0x352247) is known color: Jagger. HEX triplet: 35, 22 and 47. RGB value is (53,34,71). Sum of RGB (Red+Green+Blue) = 53+34+71=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #352247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352247 is #CADDB8. Grayscale: #2B2B2B. Windows color (decimal): -13295033 or 4661813. OLE color: 4661813.

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

Color convert

RGB 53 34 71 -
CMYK 0.25 0.52 0 0.72
HSL 270.81º 0.35% 0.21% -
HSV(B) 270.81º 0.52% 0.28% -
XYZ 3.18 2.36 6.25 -
YUV 43.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 53 34 71 0.25 0.52 0 0.72 270.81 0.35 0.21
Hex 35 22 47 19 34 0 48 10F 23 15
Octal 65 42 107 31 64 0 110 417 43 25
Binary 110101 100010 1000111 11001 110100 0 1001000 100001111 100011 10101

Color Harmonies of #352247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352247

Black with #352247

Text Example


Text Example

White with #352247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352247; }

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

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

background-color css

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

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

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

border-color css

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

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

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