#38264A

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

Shades of Jagger #38264A

Tints of Jagger #38264A

Color information

#38264A (or 0x38264A) is unknown color: approx Jagger. HEX triplet: 38, 26 and 4A. RGB value is (56,38,74). Sum of RGB (Red+Green+Blue) = 56+38+74=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #38264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38264A is #C7D9B5. Grayscale: #2F2F2F. Windows color (decimal): -13097398 or 4859448. OLE color: 4859448.

HSL color Cylindrical-coordinate representation of color #38264A: hue angle of 270º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38264A is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB563874-
CMYK0.240.4900.71
HSL270º32.14%21.96%-
HSV(B)270º48.65%29.02%-
XYZ3.562.726.82-
YUV47.49142.96134.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=33.33%
G=22.62%
B=44.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5638740.240.4900.7127032.1421.96
Hex38264A183104710e2016
Octal7046112306101074164026
Binary1110001001101001010110001100010100011110000111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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