Html Css Color HEX #4328AE Blue Gem

📋 copy color: '#4328AE'

red 67 ◦ green 40 ◦ blue 174

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

Shades of Blue Gem #4328AE

Tints of Blue Gem #4328AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 23.84%
G = 14.23%
B = 61.92%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4328AE (or 0x4328AE) is known color: Blue Gem. HEX triplet: 43, 28 and AE. RGB value is (67,40,174). Sum of RGB (Red+Green+Blue) = 67+40+174=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #4328AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4328AE is #BCD751. Grayscale: #3E3E3E. Windows color (decimal): -12375890 or 11413571. OLE color: 11413571.

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

Color convert

RGB 67 40 174 -
CMYK 0.61 0.77 0 0.32
HSL 252.09º 0.63% 0.42% -
HSV(B) 252.09º 0.77% 0.68% -
XYZ 10.71 5.77 40.59 -
YUV 63.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 67 40 174 0.61 0.77 0 0.32 252.09 0.63 0.42
Hex 43 28 AE 3D 4D 0 20 FC 3F 2A
Octal 103 50 256 75 115 0 40 374 77 52
Binary 1000011 101000 10101110 111101 1001101 0 100000 11111100 111111 101010

Color Harmonies of #4328AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4328AE

Black with #4328AE

Text Example


Text Example

White with #4328AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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