#38244D

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

Shades of Jagger #38244D

Tints of Jagger #38244D

Color information

#38244D (or 0x38244D) is unknown color: approx Jagger. HEX triplet: 38, 24 and 4D. RGB value is (56,36,77). Sum of RGB (Red+Green+Blue) = 56+36+77=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #38244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38244D is #C7DBB2. Grayscale: #2E2E2E. Windows color (decimal): -13097907 or 5055544. OLE color: 5055544.

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

Color convert

RGB563677-
CMYK0.270.5300.70
HSL269.27º36.28%22.16%-
HSV(B)269.27º53.25%30.2%-
XYZ3.62.647.34-
YUV46.65145.13134.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=33.14%
G=21.30%
B=45.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5636770.270.5300.70269.2736.2822.16
Hex38244D1B3504610d2416
Octal7044115336501064154426
Binary1110001001001001101110111101010100011010000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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