Html Css Color HEX #352446 Jagger

📋 copy color: '#352446'

red 53 ◦ green 36 ◦ blue 70

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

Shades of Jagger #352446

Tints of Jagger #352446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 33.33%
G = 22.64%
B = 44.03%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352446 (or 0x352446) is known color: Jagger. HEX triplet: 35, 24 and 46. RGB value is (53,36,70). Sum of RGB (Red+Green+Blue) = 53+36+70=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #352446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352446 is #CADBB9. Grayscale: #2C2C2C. Windows color (decimal): -13294522 or 4596789. OLE color: 4596789.

HSL color Cylindrical-coordinate representation of color #352446: hue angle of 270º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352446 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 36 70 -
CMYK 0.24 0.49 0 0.73
HSL 270º 0.32% 0.21% -
HSV(B) 270º 0.49% 0.27% -
XYZ 3.2 2.46 6.1 -
YUV 44.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 53 36 70 0.24 0.49 0 0.73 270 0.32 0.21
Hex 35 24 46 18 31 0 49 10E 20 15
Octal 65 44 106 30 61 0 111 416 40 25
Binary 110101 100100 1000110 11000 110001 0 1001001 100001110 100000 10101

Color Harmonies of #352446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352446

Black with #352446

Text Example


Text Example

White with #352446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352446; }

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

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

background-color css

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

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

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

border-color css

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

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

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