#4320ab

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

Shades of Blue Gem #4320AB

Tints of Blue Gem #4320AB

Color information

#4320AB (or 0x4320AB) is unknown color: approx Blue Gem. HEX triplet: 43, 20 and AB. RGB value is (67,32,171). Sum of RGB (Red+Green+Blue) = 67+32+171=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #4320AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4320AB is #BCDF54. Grayscale: #393939. Windows color (decimal): -12377941 or 11214915. OLE color: 11214915.

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

Color convert

RGB6732171-
CMYK0.610.8100.33
HSL255.11º68.47%39.8%-
HSV(B)255.11º81.29%67.06%-
XYZ10.185.1738.99-
YUV58.31191.6134.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 171 (67.19% from 255) = 63.33%
R=24.81%
G=11.85%
B=63.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67321710.610.8100.33255.1168.4739.8
Hex4320AB3D51021ff4428
Octal103402537512104137710450
Binary10000111000001010101111110110100010100001111111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4320ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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