#3124A5

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

Shades of Blue Gem #3124A5

Tints of Blue Gem #3124A5

Color information

#3124A5 (or 0x3124A5) is unknown color: approx Blue Gem. HEX triplet: 31, 24 and A5. RGB value is (49,36,165). Sum of RGB (Red+Green+Blue) = 49+36+165=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 165 (64.84% from 255 or 66% from 250); Max value from RGB is 165 - color contains mainly: blue. Hex color #3124A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3124A5 is #CEDB5A. Grayscale: #363636. Windows color (decimal): -13556571 or 10822705. OLE color: 10822705.

HSL color Cylindrical-coordinate representation of color #3124A5: hue angle of 246.05º 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 #3124A5 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4936165-
CMYK0.700.7800.35
HSL246.05º64.18%39.41%-
HSV(B)246.05º78.18%64.71%-
XYZ8.694.6336.03-
YUV54.59190.31124.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 36 (14.45% from 255) = 14.4%
BLUE value IS 165 (64.84% from 255) = 66%
R=19.6%
G=14.4%
B=66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49361650.700.7800.35246.0564.1839.41
Hex3124A5464E023f64027
Octal614424510611604336610047
Binary11000110010010100101100011010011100100011111101101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3124A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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