#4332AC

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

Shades of Blue Gem #4332AC

Tints of Blue Gem #4332AC

Color information

#4332AC (or 0x4332AC) is unknown color: approx Blue Gem. HEX triplet: 43, 32 and AC. RGB value is (67,50,172). Sum of RGB (Red+Green+Blue) = 67+50+172=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #4332AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4332AC is #BCCD53. Grayscale: #444444. Windows color (decimal): -12373332 or 11285059. OLE color: 11285059.

HSL color Cylindrical-coordinate representation of color #4332AC: hue angle of 248.36º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4332AC is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6750172-
CMYK0.610.7100.33
HSL248.36º54.95%43.53%-
HSV(B)248.36º70.93%67.45%-
XYZ10.96.4539.7-
YUV68.99186.13126.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.18%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 172 (67.58% from 255) = 59.52%
R=23.18%
G=17.30%
B=59.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67501720.610.7100.33248.3654.9543.53
Hex4332AC3D47021f8372c
Octal10362254751070413706754
Binary1000011110010101011001111011000111010000111111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4332AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4332AC; }

 p { color: rgb(67,50,172); }

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

<style>
 a { background-color: #4332AC; }

 a { background-color: rgb(67,50,172); }

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

<style>
 span { border-color: #4332AC; }

 span { border-color: rgb(67,50,172); }

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