Html Css Color HEX #3829AC Blue Gem

📋 copy color: '#3829AC'

red 56 ◦ green 41 ◦ blue 172

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

Shades of Blue Gem #3829AC

Tints of Blue Gem #3829AC

RGB

 RED value IS 56 (22.27% from 255) = 20.82%

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

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 20.82%
G = 15.24%
B = 63.94%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3829AC (or 0x3829AC) is known color: Blue Gem. HEX triplet: 38, 29 and AC. RGB value is (56,41,172). Sum of RGB (Red+Green+Blue) = 56+41+172=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #3829AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3829AC is #C7D653. Grayscale: #3B3B3B. Windows color (decimal): -13096532 or 11282744. OLE color: 11282744.

HSL color Cylindrical-coordinate representation of color #3829AC: hue angle of 246.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3829AC is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 41 172 -
CMYK 0.67 0.76 0 0.33
HSL 246.87º 0.62% 0.42% -
HSV(B) 246.87º 0.76% 0.67% -
XYZ 9.87 5.41 39.55 -
YUV 60.42 190.97 124.85 -
System Red Green Blue C M Y K H S L
Decimal 56 41 172 0.67 0.76 0 0.33 246.87 0.62 0.42
Hex 38 29 AC 43 4C 0 21 F7 3E 2A
Octal 70 51 254 103 114 0 41 367 76 52
Binary 111000 101001 10101100 1000011 1001100 0 100001 11110111 111110 101010

Color Harmonies of #3829AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3829AC

Black with #3829AC

Text Example


Text Example

White with #3829AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3829AC; }

 p { color: rgb(56,41,172); }

 H1.HeaderClassName
 {
   color: #3829AC;
 }
 .AnyTagClassName
 {
   color: #3829AC;
 }
</style>

background-color css

<style>
 a { background-color: #3829AC; }

 a { background-color: rgb(56,41,172); }

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

border-color css

<style>
 span { border-color: #3829AC; }

 span { border-color: rgb(56,41,172); }

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