#4328ab

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

Shades of Blue Gem #4328AB

Tints of Blue Gem #4328AB

Color information

#4328AB (or 0x4328AB) is unknown color: approx Blue Gem. HEX triplet: 43, 28 and AB. RGB value is (67,40,171). Sum of RGB (Red+Green+Blue) = 67+40+171=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #4328AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4328AB is #BCD754. Grayscale: #3E3E3E. Windows color (decimal): -12375893 or 11216963. OLE color: 11216963.

HSL color Cylindrical-coordinate representation of color #4328AB: hue angle of 252.37º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4328AB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6740171-
CMYK0.610.7700.33
HSL252.37º62.09%41.37%-
HSV(B)252.37º76.61%67.06%-
XYZ10.425.6539.07-
YUV63.01188.95130.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=24.10%
G=14.39%
B=61.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67401710.610.7700.33252.3762.0941.37
Hex4328AB3D4D021fc3e29
Octal10350253751150413747651
Binary1000011101000101010111111011001101010000111111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4328ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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