#4234AE

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

Shades of Blue Gem #4234AE

Tints of Blue Gem #4234AE

Color information

#4234AE (or 0x4234AE) is unknown color: approx Blue Gem. HEX triplet: 42, 34 and AE. RGB value is (66,52,174). Sum of RGB (Red+Green+Blue) = 66+52+174=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #4234AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4234AE is #BDCB51. Grayscale: #454545. Windows color (decimal): -12438354 or 11416642. OLE color: 11416642.

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

Color convert

RGB6652174-
CMYK0.620.7000.32
HSL246.89º53.98%44.31%-
HSV(B)246.89º70.11%68.24%-
XYZ11.116.6740.75-
YUV70.09186.64125.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=22.60%
G=17.81%
B=59.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66521740.620.7000.32246.8953.9844.31
Hex4234AE3E46020f7362c
Octal10264256761060403676654
Binary1000010110100101011101111101000110010000011110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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