#3924A5

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

Shades of Blue Gem #3924A5

Tints of Blue Gem #3924A5

Color information

#3924A5 (or 0x3924A5) is unknown color: approx Blue Gem. HEX triplet: 39, 24 and A5. RGB value is (57,36,165). Sum of RGB (Red+Green+Blue) = 57+36+165=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #3924A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3924A5 is #C6DB5A. Grayscale: #383838. Windows color (decimal): -13032283 or 10822713. OLE color: 10822713.

HSL color Cylindrical-coordinate representation of color #3924A5: hue angle of 249.77º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3924A5 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5736165-
CMYK0.650.7800.35
HSL249.77º64.18%39.41%-
HSV(B)249.77º78.18%64.71%-
XYZ9.114.8536.05-
YUV56.98188.96128.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=22.09%
G=13.95%
B=63.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57361650.650.7800.35249.7764.1839.41
Hex3924A5414E023fa4027
Octal714424510111604337210047
Binary11100110010010100101100000110011100100011111110101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3924A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3924A5; }

 p { color: rgb(57,36,165); }

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

<style>
 a { background-color: #3924A5; }

 a { background-color: rgb(57,36,165); }

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

<style>
 span { border-color: #3924A5; }

 span { border-color: rgb(57,36,165); }

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