#38284D

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

Shades of Jagger #38284D

Tints of Jagger #38284D

Color information

#38284D (or 0x38284D) is unknown color: approx Jagger. HEX triplet: 38, 28 and 4D. RGB value is (56,40,77). Sum of RGB (Red+Green+Blue) = 56+40+77=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #38284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38284D is #C7D7B2. Grayscale: #303030. Windows color (decimal): -13096883 or 5056568. OLE color: 5056568.

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

Color convert

RGB564077-
CMYK0.270.4800.70
HSL265.95º31.62%22.94%-
HSV(B)265.95º48.05%30.2%-
XYZ3.732.897.38-
YUV49143.8132.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=32.37%
G=23.12%
B=44.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5640770.270.4800.70265.9531.6222.94
Hex38284D1B3004610a2017
Octal7050115336001064124027
Binary1110001010001001101110111100000100011010000101010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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