#38244F

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

Shades of Jagger #38244F

Tints of Jagger #38244F

Color information

#38244F (or 0x38244F) is unknown color: approx Jagger. HEX triplet: 38, 24 and 4F. RGB value is (56,36,79). Sum of RGB (Red+Green+Blue) = 56+36+79=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #38244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38244F is #C7DBB0. Grayscale: #2E2E2E. Windows color (decimal): -13097905 or 5186616. OLE color: 5186616.

HSL color Cylindrical-coordinate representation of color #38244F: hue angle of 267.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38244F is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563679-
CMYK0.290.5400.69
HSL267.91º37.39%22.55%-
HSV(B)267.91º54.43%30.98%-
XYZ3.672.677.72-
YUV46.88146.13134.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=32.75%
G=21.05%
B=46.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5636790.290.5400.69267.9137.3922.55
Hex38244F1D3604510c2517
Octal7044117356601054144527
Binary1110001001001001111111011101100100010110000110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38244F; }

 p { color: rgb(56,36,79); }

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

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

 a { background-color: rgb(56,36,79); }

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

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

 span { border-color: rgb(56,36,79); }

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