#38234E

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

Shades of Jagger #38234E

Tints of Jagger #38234E

Color information

#38234E (or 0x38234E) is unknown color: approx Jagger. HEX triplet: 38, 23 and 4E. RGB value is (56,35,78). Sum of RGB (Red+Green+Blue) = 56+35+78=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #38234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38234E is #C7DCB1. Grayscale: #2E2E2E. Windows color (decimal): -13098162 or 5120824. OLE color: 5120824.

HSL color Cylindrical-coordinate representation of color #38234E: hue angle of 269.3º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38234E is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563578-
CMYK0.280.5500.69
HSL269.3º38.05%22.16%-
HSV(B)269.3º55.13%30.59%-
XYZ3.612.597.52-
YUV46.18145.96135-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=33.14%
G=20.71%
B=46.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5635780.280.5500.69269.338.0522.16
Hex38234E1C3704510d2616
Octal7043116346701054154626
Binary1110001000111001110111001101110100010110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38234E; }

 p { color: rgb(56,35,78); }

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

<style>
 a { background-color: #38234E; }

 a { background-color: rgb(56,35,78); }

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

<style>
 span { border-color: #38234E; }

 span { border-color: rgb(56,35,78); }

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