Html Css Color HEX #3A29AF Blue Gem

📋 copy color: '#3A29AF'

red 58 ◦ green 41 ◦ blue 175

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

Shades of Blue Gem #3A29AF

Tints of Blue Gem #3A29AF

RGB

 RED value IS 58 (23.05% from 255) = 21.17%

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

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 21.17%
G = 14.96%
B = 63.87%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A29AF (or 0x3A29AF) is known color: Blue Gem. HEX triplet: 3A, 29 and AF. RGB value is (58,41,175). Sum of RGB (Red+Green+Blue) = 58+41+175=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A29AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A29AF is #C5D650. Grayscale: #3C3C3C. Windows color (decimal): -12965457 or 11479354. OLE color: 11479354.

HSL color Cylindrical-coordinate representation of color #3A29AF: hue angle of 247.61º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A29AF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 41 175 -
CMYK 0.67 0.77 0 0.31
HSL 247.61º 0.62% 0.42% -
HSV(B) 247.61º 0.77% 0.69% -
XYZ 10.28 5.58 41.09 -
YUV 61.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 58 41 175 0.67 0.77 0 0.31 247.61 0.62 0.42
Hex 3A 29 AF 43 4D 0 1F F8 3E 2A
Octal 72 51 257 103 115 0 37 370 76 52
Binary 111010 101001 10101111 1000011 1001101 0 11111 11111000 111110 101010

Color Harmonies of #3A29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A29AF

Black with #3A29AF

Text Example


Text Example

White with #3A29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A29AF; }

 p { color: rgb(58,41,175); }

 H1.HeaderClassName
 {
   color: #3A29AF;
 }
 .AnyTagClassName
 {
   color: #3A29AF;
 }
</style>

background-color css

<style>
 a { background-color: #3A29AF; }

 a { background-color: rgb(58,41,175); }

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

border-color css

<style>
 span { border-color: #3A29AF; }

 span { border-color: rgb(58,41,175); }

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