Html Css Color HEX #352645 Jagger

📋 copy color: '#352645'

red 53 ◦ green 38 ◦ blue 69

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

Shades of Jagger #352645

Tints of Jagger #352645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 33.13%
G = 23.75%
B = 43.13%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352645 (or 0x352645) is known color: Jagger. HEX triplet: 35, 26 and 45. RGB value is (53,38,69). Sum of RGB (Red+Green+Blue) = 53+38+69=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #352645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352645 is #CAD9BA. Grayscale: #2D2D2D. Windows color (decimal): -13294011 or 4531765. OLE color: 4531765.

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

Color convert

RGB 53 38 69 -
CMYK 0.23 0.45 0 0.73
HSL 269.03º 0.29% 0.21% -
HSV(B) 269.03º 0.45% 0.27% -
XYZ 3.24 2.57 5.96 -
YUV 46.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 53 38 69 0.23 0.45 0 0.73 269.03 0.29 0.21
Hex 35 26 45 17 2D 0 49 10D 1D 15
Octal 65 46 105 27 55 0 111 415 35 25
Binary 110101 100110 1000101 10111 101101 0 1001001 100001101 11101 10101

Color Harmonies of #352645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352645

Black with #352645

Text Example


Text Example

White with #352645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352645; }

 p { color: rgb(53,38,69); }

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

background-color css

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

 a { background-color: rgb(53,38,69); }

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

border-color css

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

 span { border-color: rgb(53,38,69); }

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