Html Css Color HEX #342642 Jagger

📋 copy color: '#342642'

red 52 ◦ green 38 ◦ blue 66

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

Shades of Jagger #342642

Tints of Jagger #342642

RGB

 RED value IS 52 (20.7% from 255) = 33.33%

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

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 33.33%
G = 24.36%
B = 42.31%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#342642 (or 0x342642) is known color: Jagger. HEX triplet: 34, 26 and 42. RGB value is (52,38,66). Sum of RGB (Red+Green+Blue) = 52+38+66=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #342642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342642 is #CBD9BD. Grayscale: #2D2D2D. Windows color (decimal): -13359550 or 4335156. OLE color: 4335156.

HSL color Cylindrical-coordinate representation of color #342642: hue angle of 270º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #342642 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 38 66 -
CMYK 0.21 0.42 0 0.74
HSL 270º 0.27% 0.2% -
HSV(B) 270º 0.42% 0.26% -
XYZ 3.09 2.51 5.48 -
YUV 45.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 52 38 66 0.21 0.42 0 0.74 270 0.27 0.2
Hex 34 26 42 15 2A 0 4A 10E 1B 14
Octal 64 46 102 25 52 0 112 416 33 24
Binary 110100 100110 1000010 10101 101010 0 1001010 100001110 11011 10100

Color Harmonies of #342642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342642

Black with #342642

Text Example


Text Example

White with #342642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342642; }

 p { color: rgb(52,38,66); }

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

background-color css

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

 a { background-color: rgb(52,38,66); }

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

border-color css

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

 span { border-color: rgb(52,38,66); }

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