Html Css Color HEX #4328AB Blue Gem

📋 copy color: '#4328AB'

red 67 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4328AB

Tints of Blue Gem #4328AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 24.1%
G = 14.39%
B = 61.51%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4328AB (or 0x4328AB) is known color: Blue Gem. HEX triplet: 43, 28 and AB. RGB value is (67,40,171). Sum of RGB (Red+Green+Blue) = 67+40+171=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #4328AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4328AB is #BCD754. Grayscale: #3E3E3E. Windows color (decimal): -12375893 or 11216963. OLE color: 11216963.

HSL color Cylindrical-coordinate representation of color #4328AB: hue angle of 252.37º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4328AB is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 40 171 -
CMYK 0.61 0.77 0 0.33
HSL 252.37º 0.62% 0.41% -
HSV(B) 252.37º 0.77% 0.67% -
XYZ 10.42 5.65 39.07 -
YUV 63.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 67 40 171 0.61 0.77 0 0.33 252.37 0.62 0.41
Hex 43 28 AB 3D 4D 0 21 FC 3E 29
Octal 103 50 253 75 115 0 41 374 76 51
Binary 1000011 101000 10101011 111101 1001101 0 100001 11111100 111110 101001

Color Harmonies of #4328AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4328AB

Black with #4328AB

Text Example


Text Example

White with #4328AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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