Html Css Color HEX #3B29AD Blue Gem

📋 copy color: '#3B29AD'

red 59 ◦ green 41 ◦ blue 173

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

Shades of Blue Gem #3B29AD

Tints of Blue Gem #3B29AD

RGB

 RED value IS 59 (23.44% from 255) = 21.61%

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

 BLUE value IS 173 (67.97% from 255) = 63.37%

R = 21.61%
G = 15.02%
B = 63.37%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B29AD (or 0x3B29AD) is known color: Blue Gem. HEX triplet: 3B, 29 and AD. RGB value is (59,41,173). Sum of RGB (Red+Green+Blue) = 59+41+173=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B29AD is #C4D652. Grayscale: #3C3C3C. Windows color (decimal): -12899923 or 11348283. OLE color: 11348283.

HSL color Cylindrical-coordinate representation of color #3B29AD: hue angle of 248.18º 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 #3B29AD is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 41 173 -
CMYK 0.66 0.76 0 0.32
HSL 248.18º 0.62% 0.42% -
HSV(B) 248.18º 0.76% 0.68% -
XYZ 10.14 5.53 40.07 -
YUV 61.43 190.96 126.27 -
System Red Green Blue C M Y K H S L
Decimal 59 41 173 0.66 0.76 0 0.32 248.18 0.62 0.42
Hex 3B 29 AD 42 4C 0 20 F8 3E 2A
Octal 73 51 255 102 114 0 40 370 76 52
Binary 111011 101001 10101101 1000010 1001100 0 100000 11111000 111110 101010

Color Harmonies of #3B29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B29AD

Black with #3B29AD

Text Example


Text Example

White with #3B29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,173); }

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

background-color css

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

 a { background-color: rgb(59,41,173); }

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

border-color css

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

 span { border-color: rgb(59,41,173); }

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