Html Css Color HEX #352A40 Jagger

📋 copy color: '#352A40'

red 53 ◦ green 42 ◦ blue 64

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

Shades of Jagger #352A40

Tints of Jagger #352A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.42%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 33.33%
G = 26.42%
B = 40.25%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352A40 (or 0x352A40) is known color: Jagger. HEX triplet: 35, 2A and 40. RGB value is (53,42,64). Sum of RGB (Red+Green+Blue) = 53+42+64=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #352A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A40 is #CAD5BF. Grayscale: #2F2F2F. Windows color (decimal): -13292992 or 4205109. OLE color: 4205109.

HSL color Cylindrical-coordinate representation of color #352A40: hue angle of 270º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #352A40 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 42 64 -
CMYK 0.17 0.34 0 0.75
HSL 270º 0.21% 0.21% -
HSV(B) 270º 0.34% 0.25% -
XYZ 3.22 2.78 5.22 -
YUV 47.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 53 42 64 0.17 0.34 0 0.75 270 0.21 0.21
Hex 35 2A 40 11 22 0 4B 10E 15 15
Octal 65 52 100 21 42 0 113 416 25 25
Binary 110101 101010 1000000 10001 100010 0 1001011 100001110 10101 10101

Color Harmonies of #352A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A40

Black with #352A40

Text Example


Text Example

White with #352A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352A40; }

 p { color: rgb(53,42,64); }

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

background-color css

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

 a { background-color: rgb(53,42,64); }

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

border-color css

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

 span { border-color: rgb(53,42,64); }

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