#382EAB

Color #382EAB Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #382EAB

Tints of Blue Gem #382EAB

Color information

#382EAB (or 0x382EAB) is unknown color: approx Blue Gem. HEX triplet: 38, 2E and AB. RGB value is (56,46,171). Sum of RGB (Red+Green+Blue) = 56+46+171=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #382EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382EAB is #C7D154. Grayscale: #3E3E3E. Windows color (decimal): -13095253 or 11218488. OLE color: 11218488.

HSL color Cylindrical-coordinate representation of color #382EAB: hue angle of 244.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382EAB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5646171-
CMYK0.670.7300.33
HSL244.8º57.6%42.55%-
HSV(B)244.8º73.1%67.06%-
XYZ9.965.7439.11-
YUV63.24188.81122.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=20.51%
G=16.85%
B=62.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56461710.670.7300.33244.857.642.55
Hex382EAB4349021f53a2b
Octal70562531031110413657253
Binary1110001011101010101110000111001001010000111110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382EAB; }

 p { color: rgb(56,46,171); }

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

<style>
 a { background-color: #382EAB; }

 a { background-color: rgb(56,46,171); }

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

<style>
 span { border-color: #382EAB; }

 span { border-color: rgb(56,46,171); }

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