#4232A5

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

Shades of Blue Gem #4232A5

Tints of Blue Gem #4232A5

Color information

#4232A5 (or 0x4232A5) is unknown color: approx Blue Gem. HEX triplet: 42, 32 and A5. RGB value is (66,50,165). Sum of RGB (Red+Green+Blue) = 66+50+165=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #4232A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4232A5 is #BDCD5A. Grayscale: #434343. Windows color (decimal): -12438875 or 10826306. OLE color: 10826306.

HSL color Cylindrical-coordinate representation of color #4232A5: hue angle of 248.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4232A5 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6650165-
CMYK0.600.7000.35
HSL248.35º53.49%42.16%-
HSV(B)248.35º69.7%64.71%-
XYZ10.186.1636.25-
YUV67.89182.8126.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=23.49%
G=17.79%
B=58.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66501650.600.7000.35248.3553.4942.16
Hex4232A53C46023f8352a
Octal10262245741060433706552
Binary1000010110010101001011111001000110010001111111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4232A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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