#4234AC

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

Shades of Blue Gem #4234AC

Tints of Blue Gem #4234AC

Color information

#4234AC (or 0x4234AC) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and AC. RGB value is (66,52,172). Sum of RGB (Red+Green+Blue) = 66+52+172=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #4234AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4234AC is #BDCB53. Grayscale: #454545. Windows color (decimal): -12438356 or 11285570. OLE color: 11285570.

HSL color Cylindrical-coordinate representation of color #4234AC: hue angle of 247º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4234AC is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6652172-
CMYK0.620.7000.33
HSL247º53.57%43.92%-
HSV(B)247º69.77%67.45%-
XYZ10.926.5939.73-
YUV69.87185.64125.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 172 (67.58% from 255) = 59.31%
R=22.76%
G=17.93%
B=59.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66521720.620.7000.3324753.5743.92
Hex4234AC3E46021f7362c
Octal10264254761060413676654
Binary1000010110100101011001111101000110010000111110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,52,172); }

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

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

 a { background-color: rgb(66,52,172); }

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

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

 span { border-color: rgb(66,52,172); }

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