#38264D

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

Shades of Jagger #38264D

Tints of Jagger #38264D

Color information

#38264D (or 0x38264D) is unknown color: approx Jagger. HEX triplet: 38, 26 and 4D. RGB value is (56,38,77). Sum of RGB (Red+Green+Blue) = 56+38+77=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #38264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38264D is #C7D9B2. Grayscale: #2F2F2F. Windows color (decimal): -13097395 or 5056056. OLE color: 5056056.

HSL color Cylindrical-coordinate representation of color #38264D: hue angle of 267.69º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38264D is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB563877-
CMYK0.270.5100.70
HSL267.69º33.91%22.55%-
HSV(B)267.69º50.65%30.2%-
XYZ3.662.767.36-
YUV47.83144.46133.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=32.75%
G=22.22%
B=45.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5638770.270.5100.70267.6933.9122.55
Hex38264D1B3304610c2217
Octal7046115336301064144227
Binary1110001001101001101110111100110100011010000110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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