Html Css Color HEX #352248 Jagger

📋 copy color: '#352248'

red 53 ◦ green 34 ◦ blue 72

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

Shades of Jagger #352248

Tints of Jagger #352248

RGB

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

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

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

R = 33.33%
G = 21.38%
B = 45.28%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352248 (or 0x352248) is known color: Jagger. HEX triplet: 35, 22 and 48. RGB value is (53,34,72). Sum of RGB (Red+Green+Blue) = 53+34+72=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #352248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352248 is #CADDB7. Grayscale: #2B2B2B. Windows color (decimal): -13295032 or 4727349. OLE color: 4727349.

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

Color convert

RGB 53 34 72 -
CMYK 0.26 0.53 0 0.72
HSL 270º 0.36% 0.21% -
HSV(B) 270º 0.53% 0.28% -
XYZ 3.21 2.37 6.42 -
YUV 44.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 53 34 72 0.26 0.53 0 0.72 270 0.36 0.21
Hex 35 22 48 1A 35 0 48 10E 24 15
Octal 65 42 110 32 65 0 110 416 44 25
Binary 110101 100010 1001000 11010 110101 0 1001000 100001110 100100 10101

Color Harmonies of #352248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352248

Black with #352248

Text Example


Text Example

White with #352248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352248; }

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

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

background-color css

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

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

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

border-color css

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

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

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