Html Css Color HEX #362345 Jagger

📋 copy color: '#362345'

red 54 ◦ green 35 ◦ blue 69

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

Shades of Jagger #362345

Tints of Jagger #362345

RGB

 RED value IS 54 (21.48% from 255) = 34.18%

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 34.18%
G = 22.15%
B = 43.67%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#362345 (or 0x362345) is known color: Jagger. HEX triplet: 36, 23 and 45. RGB value is (54,35,69). Sum of RGB (Red+Green+Blue) = 54+35+69=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 69 - color contains mainly: blue. Hex color #362345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362345 is #C9DCBA. Grayscale: #2C2C2C. Windows color (decimal): -13229243 or 4530998. OLE color: 4530998.

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

Color convert

RGB 54 35 69 -
CMYK 0.22 0.49 0 0.73
HSL 273.53º 0.33% 0.2% -
HSV(B) 273.53º 0.49% 0.27% -
XYZ 3.2 2.42 5.93 -
YUV 44.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 54 35 69 0.22 0.49 0 0.73 273.53 0.33 0.2
Hex 36 23 45 16 31 0 49 112 21 14
Octal 66 43 105 26 61 0 111 422 41 24
Binary 110110 100011 1000101 10110 110001 0 1001001 100010010 100001 10100

Color Harmonies of #362345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362345

Black with #362345

Text Example


Text Example

White with #362345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362345; }

 p { color: rgb(54,35,69); }

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

background-color css

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

 a { background-color: rgb(54,35,69); }

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

border-color css

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

 span { border-color: rgb(54,35,69); }

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