Html Css Color HEX #3C29AD Blue Gem

📋 copy color: '#3C29AD'

red 60 ◦ green 41 ◦ blue 173

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

Shades of Blue Gem #3C29AD

Tints of Blue Gem #3C29AD

RGB

 RED value IS 60 (23.83% from 255) = 21.9%

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

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

R = 21.9%
G = 14.96%
B = 63.14%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C29AD (or 0x3C29AD) is known color: Blue Gem. HEX triplet: 3C, 29 and AD. RGB value is (60,41,173). Sum of RGB (Red+Green+Blue) = 60+41+173=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C29AD is #C3D652. Grayscale: #3D3D3D. Windows color (decimal): -12834387 or 11348284. OLE color: 11348284.

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

Color convert

RGB 60 41 173 -
CMYK 0.65 0.76 0 0.32
HSL 248.64º 0.62% 0.42% -
HSV(B) 248.64º 0.76% 0.68% -
XYZ 10.2 5.56 40.07 -
YUV 61.73 190.79 126.77 -
System Red Green Blue C M Y K H S L
Decimal 60 41 173 0.65 0.76 0 0.32 248.64 0.62 0.42
Hex 3C 29 AD 41 4C 0 20 F9 3E 2A
Octal 74 51 255 101 114 0 40 371 76 52
Binary 111100 101001 10101101 1000001 1001100 0 100000 11111001 111110 101010

Color Harmonies of #3C29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C29AD

Black with #3C29AD

Text Example


Text Example

White with #3C29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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