#3424aa

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

Shades of Blue Gem #3424AA

Tints of Blue Gem #3424AA

Color information

#3424AA (or 0x3424AA) is unknown color: approx Blue Gem. HEX triplet: 34, 24 and AA. RGB value is (52,36,170). Sum of RGB (Red+Green+Blue) = 52+36+170=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #3424AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3424AA is #CBDB55. Grayscale: #373737. Windows color (decimal): -13359958 or 11150388. OLE color: 11150388.

HSL color Cylindrical-coordinate representation of color #3424AA: hue angle of 247.16º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3424AA is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5236170-
CMYK0.690.7900.33
HSL247.16º65.05%40.39%-
HSV(B)247.16º78.82%66.67%-
XYZ9.34.8938.48-
YUV56.06192.3125.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=20.16%
G=13.95%
B=65.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52361700.690.7900.33247.1665.0540.39
Hex3424AA454F021f74128
Octal644425210511704136710150
Binary11010010010010101010100010110011110100001111101111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3424aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3424aa; }

 p { color: rgb(52,36,170); }

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

<style>
 a { background-color: #3424aa; }

 a { background-color: rgb(52,36,170); }

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

<style>
 span { border-color: #3424aa; }

 span { border-color: rgb(52,36,170); }

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