Html Css Color HEX #352B40 Jagger

📋 copy color: '#352B40'

red 53 ◦ green 43 ◦ blue 64

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

Shades of Jagger #352B40

Tints of Jagger #352B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.88%

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

R = 33.13%
G = 26.88%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352B40 (or 0x352B40) is known color: Jagger. HEX triplet: 35, 2B and 40. RGB value is (53,43,64). Sum of RGB (Red+Green+Blue) = 53+43+64=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #352B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B40 is #CAD4BF. Grayscale: #303030. Windows color (decimal): -13292736 or 4205365. OLE color: 4205365.

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

Color convert

RGB 53 43 64 -
CMYK 0.17 0.33 0 0.75
HSL 268.57º 0.2% 0.21% -
HSV(B) 268.57º 0.33% 0.25% -
XYZ 3.26 2.85 5.23 -
YUV 48.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 53 43 64 0.17 0.33 0 0.75 268.57 0.2 0.21
Hex 35 2B 40 11 21 0 4B 10D 14 15
Octal 65 53 100 21 41 0 113 415 24 25
Binary 110101 101011 1000000 10001 100001 0 1001011 100001101 10100 10101

Color Harmonies of #352B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B40

Black with #352B40

Text Example


Text Example

White with #352B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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