#4328AE

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

Shades of Blue Gem #4328AE

Tints of Blue Gem #4328AE

Color information

#4328AE (or 0x4328AE) is unknown color: approx Blue Gem. HEX triplet: 43, 28 and AE. RGB value is (67,40,174). Sum of RGB (Red+Green+Blue) = 67+40+174=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #4328AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4328AE is #BCD751. Grayscale: #3E3E3E. Windows color (decimal): -12375890 or 11413571. OLE color: 11413571.

HSL color Cylindrical-coordinate representation of color #4328AE: hue angle of 252.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4328AE is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6740174-
CMYK0.610.7700.32
HSL252.09º62.62%41.96%-
HSV(B)252.09º77.01%68.24%-
XYZ10.715.7740.59-
YUV63.35190.45130.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.84%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=23.84%
G=14.23%
B=61.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67401740.610.7700.32252.0962.6241.96
Hex4328AE3D4D020fc3f2a
Octal10350256751150403747752
Binary1000011101000101011101111011001101010000011111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4328AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4328AE; }

 p { color: rgb(67,40,174); }

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

<style>
 a { background-color: #4328AE; }

 a { background-color: rgb(67,40,174); }

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

<style>
 span { border-color: #4328AE; }

 span { border-color: rgb(67,40,174); }

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