#3324A8

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

Shades of Blue Gem #3324A8

Tints of Blue Gem #3324A8

Color information

#3324A8 (or 0x3324A8) is unknown color: approx Blue Gem. HEX triplet: 33, 24 and A8. RGB value is (51,36,168). Sum of RGB (Red+Green+Blue) = 51+36+168=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 168 (66.02% from 255 or 65.88% from 255); Max value from RGB is 168 - color contains mainly: blue. Hex color #3324A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3324A8 is #CCDB57. Grayscale: #373737. Windows color (decimal): -13425496 or 11019315. OLE color: 11019315.

HSL color Cylindrical-coordinate representation of color #3324A8: hue angle of 246.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3324A8 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5136168-
CMYK0.700.7900.34
HSL246.82º64.71%40%-
HSV(B)246.82º78.57%65.88%-
XYZ9.064.7937.49-
YUV55.53191.47124.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 168 (66.02% from 255) = 65.88%
R=20%
G=14.12%
B=65.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51361680.700.7900.34246.8264.7140
Hex3324A8464F022f74128
Octal634425010611704236710150
Binary11001110010010101000100011010011110100010111101111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3324A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3324A8; }

 p { color: rgb(51,36,168); }

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

<style>
 a { background-color: #3324A8; }

 a { background-color: rgb(51,36,168); }

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

<style>
 span { border-color: #3324A8; }

 span { border-color: rgb(51,36,168); }

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