#3926A3

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

Shades of Blue Gem #3926A3

Tints of Blue Gem #3926A3

Color information

#3926A3 (or 0x3926A3) is unknown color: approx Blue Gem. HEX triplet: 39, 26 and A3. RGB value is (57,38,163). Sum of RGB (Red+Green+Blue) = 57+38+163=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 163 (64.06% from 255 or 63.18% from 258); Max value from RGB is 163 - color contains mainly: blue. Hex color #3926A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3926A3 is #C6D95C. Grayscale: #393939. Windows color (decimal): -13031773 or 10692153. OLE color: 10692153.

HSL color Cylindrical-coordinate representation of color #3926A3: hue angle of 249.12º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3926A3 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5738163-
CMYK0.650.7700.36
HSL249.12º62.19%39.41%-
HSV(B)249.12º76.69%63.92%-
XYZ8.994.935.12-
YUV57.93187.29127.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 163 (64.06% from 255) = 63.18%
R=22.09%
G=14.73%
B=63.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal57381630.650.7700.36249.1262.1939.41
Hex3926A3414D024f93e27
Octal71462431011150443717647
Binary1110011001101010001110000011001101010010011111001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3926A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3926A3; }

 p { color: rgb(57,38,163); }

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

<style>
 a { background-color: #3926A3; }

 a { background-color: rgb(57,38,163); }

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

<style>
 span { border-color: #3926A3; }

 span { border-color: rgb(57,38,163); }

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