#342740

Color #342740 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #342740

Tints of Jagger #342740

Color information

#342740 (or 0x342740) is unknown color: approx Jagger. HEX triplet: 34, 27 and 40. RGB value is (52,39,64). Sum of RGB (Red+Green+Blue) = 52+39+64=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #342740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342740 is #CBD8BF. Grayscale: #2D2D2D. Windows color (decimal): -13359296 or 4204340. OLE color: 4204340.

HSL color Cylindrical-coordinate representation of color #342740: hue angle of 271.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #342740 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523964-
CMYK0.190.3900.75
HSL271.2º24.27%20.2%-
HSV(B)271.2º39.06%25.1%-
XYZ3.072.555.18-
YUV45.74138.31132.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=33.55%
G=25.16%
B=41.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5239640.190.3900.75271.224.2720.2
Hex342740132704B10f1814
Octal6447100234701134173024
Binary110100100111100000010011100111010010111000011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342740; }

 p { color: rgb(52,39,64); }

 H1.HeaderClassName
 {
   color: #342740;
 }
 .AnyTagClassName
 {
   color: #342740;
 }
</style>
background-color css

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

 a { background-color: rgb(52,39,64); }

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

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

 span { border-color: rgb(52,39,64); }

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