Html Css Color HEX #4329AE Blue Gem

📋 copy color: '#4329AE'

red 67 ◦ green 41 ◦ blue 174

#4329AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4329AE

Tints of Blue Gem #4329AE

RGB

 RED value IS 67 (26.56% from 255) = 23.76%

 GREEN value IS 41 (16.41% from 255) = 14.54%

 BLUE value IS 174 (68.36% from 255) = 61.7%

R = 23.76%
G = 14.54%
B = 61.7%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4329AE (or 0x4329AE) is known color: Blue Gem. HEX triplet: 43, 29 and AE. RGB value is (67,41,174). Sum of RGB (Red+Green+Blue) = 67+41+174=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #4329AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4329AE is #BCD651. Grayscale: #3F3F3F. Windows color (decimal): -12375634 or 11413827. OLE color: 11413827.

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

Color convert

RGB 67 41 174 -
CMYK 0.61 0.76 0 0.32
HSL 251.73º 0.62% 0.42% -
HSV(B) 251.73º 0.76% 0.68% -
XYZ 10.75 5.84 40.6 -
YUV 63.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 67 41 174 0.61 0.76 0 0.32 251.73 0.62 0.42
Hex 43 29 AE 3D 4C 0 20 FC 3E 2A
Octal 103 51 256 75 114 0 40 374 76 52
Binary 1000011 101001 10101110 111101 1001100 0 100000 11111100 111110 101010

Color Harmonies of #4329AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4329AE

Black with #4329AE

Text Example


Text Example

White with #4329AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,41,174); }

 H1.HeaderClassName
 {
   color: #4329AE;
 }
 .AnyTagClassName
 {
   color: #4329AE;
 }
</style>

background-color css

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

 a { background-color: rgb(67,41,174); }

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

border-color css

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

 span { border-color: rgb(67,41,174); }

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