#381E50

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

Shades of Jagger #381E50

Tints of Jagger #381E50

Color information

#381E50 (or 0x381E50) is unknown color: approx Jagger. HEX triplet: 38, 1E and 50. RGB value is (56,30,80). Sum of RGB (Red+Green+Blue) = 56+30+80=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #381E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E50 is #C7E1AF. Grayscale: #2B2B2B. Windows color (decimal): -13099440 or 5250616. OLE color: 5250616.

HSL color Cylindrical-coordinate representation of color #381E50: hue angle of 271.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381E50 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563080-
CMYK0.300.6200.69
HSL271.2º45.45%21.57%-
HSV(B)271.2º62.5%31.37%-
XYZ3.542.357.86-
YUV43.47148.61136.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=33.73%
G=18.07%
B=48.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5630800.300.6200.69271.245.4521.57
Hex381E501E3E04510f2d16
Octal7036120367601054175526
Binary111000111101010000111101111100100010110000111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E50; }

 p { color: rgb(56,30,80); }

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

<style>
 a { background-color: #381E50; }

 a { background-color: rgb(56,30,80); }

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

<style>
 span { border-color: #381E50; }

 span { border-color: rgb(56,30,80); }

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