#4232AE

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

Shades of Blue Gem #4232AE

Tints of Blue Gem #4232AE

Color information

#4232AE (or 0x4232AE) is unknown color: approx Blue Gem. HEX triplet: 42, 32 and AE. RGB value is (66,50,174). Sum of RGB (Red+Green+Blue) = 66+50+174=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #4232AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4232AE is #BDCD51. Grayscale: #444444. Windows color (decimal): -12438866 or 11416130. OLE color: 11416130.

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

Color convert

RGB6650174-
CMYK0.620.7100.32
HSL247.74º55.36%43.92%-
HSV(B)247.74º71.26%68.24%-
XYZ11.036.540.72-
YUV68.92187.3125.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 174 (68.36% from 255) = 60%
R=22.76%
G=17.24%
B=60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66501740.620.7100.32247.7455.3643.92
Hex4232AE3E47020f8372c
Octal10262256761070403706754
Binary1000010110010101011101111101000111010000011111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4232AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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