Html Css Color HEX #352546 Jagger

📋 copy color: '#352546'

red 53 ◦ green 37 ◦ blue 70

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

Shades of Jagger #352546

Tints of Jagger #352546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

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

R = 33.13%
G = 23.13%
B = 43.75%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352546 (or 0x352546) is known color: Jagger. HEX triplet: 35, 25 and 46. RGB value is (53,37,70). Sum of RGB (Red+Green+Blue) = 53+37+70=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #352546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352546 is #CADAB9. Grayscale: #2D2D2D. Windows color (decimal): -13294266 or 4597045. OLE color: 4597045.

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

Color convert

RGB 53 37 70 -
CMYK 0.24 0.47 0 0.73
HSL 269.09º 0.31% 0.21% -
HSV(B) 269.09º 0.47% 0.27% -
XYZ 3.24 2.52 6.11 -
YUV 45.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 53 37 70 0.24 0.47 0 0.73 269.09 0.31 0.21
Hex 35 25 46 18 2F 0 49 10D 1F 15
Octal 65 45 106 30 57 0 111 415 37 25
Binary 110101 100101 1000110 11000 101111 0 1001001 100001101 11111 10101

Color Harmonies of #352546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352546

Black with #352546

Text Example


Text Example

White with #352546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352546; }

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

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

background-color css

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

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

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

border-color css

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

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

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