#38264C

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

Shades of Jagger #38264C

Tints of Jagger #38264C

Color information

#38264C (or 0x38264C) is unknown color: approx Jagger. HEX triplet: 38, 26 and 4C. RGB value is (56,38,76). Sum of RGB (Red+Green+Blue) = 56+38+76=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #38264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38264C is #C7D9B3. Grayscale: #2F2F2F. Windows color (decimal): -13097396 or 4990520. OLE color: 4990520.

HSL color Cylindrical-coordinate representation of color #38264C: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38264C is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB563876-
CMYK0.260.500.70
HSL268.42º33.33%22.35%-
HSV(B)268.42º50%29.8%-
XYZ3.632.757.18-
YUV47.71143.96133.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 76 (30.08% from 255) = 44.71%
R=32.94%
G=22.35%
B=44.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5638760.260.500.70268.4233.3322.35
Hex38264C1A3204610c2116
Octal7046114326201064144126
Binary1110001001101001100110101100100100011010000110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38264C; }

 p { color: rgb(56,38,76); }

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

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

 a { background-color: rgb(56,38,76); }

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

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

 span { border-color: rgb(56,38,76); }

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