#391AAC

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

Shades of Blue Gem #391AAC

Tints of Blue Gem #391AAC

Color information

#391AAC (or 0x391AAC) is unknown color: approx Blue Gem. HEX triplet: 39, 1A and AC. RGB value is (57,26,172). Sum of RGB (Red+Green+Blue) = 57+26+172=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #391AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391AAC is #C6E553. Grayscale: #333333. Windows color (decimal): -13034836 or 11278905. OLE color: 11278905.

HSL color Cylindrical-coordinate representation of color #391AAC: hue angle of 252.74º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391AAC is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5726172-
CMYK0.670.8500.33
HSL252.74º73.74%38.82%-
HSV(B)252.74º84.88%67.45%-
XYZ9.54.5939.41-
YUV51.91195.77131.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 172 (67.58% from 255) = 67.45%
R=22.35%
G=10.20%
B=67.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57261720.670.8500.33252.7473.7438.82
Hex391AAC4355021fd4a27
Octal713225410312504137511247
Binary1110011101010101100100001110101010100001111111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391AAC; }

 p { color: rgb(57,26,172); }

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

<style>
 a { background-color: #391AAC; }

 a { background-color: rgb(57,26,172); }

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

<style>
 span { border-color: #391AAC; }

 span { border-color: rgb(57,26,172); }

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