Html Css Color HEX #3C28AD Blue Gem

📋 copy color: '#3C28AD'

red 60 ◦ green 40 ◦ blue 173

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

Shades of Blue Gem #3C28AD

Tints of Blue Gem #3C28AD

RGB

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

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

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

R = 21.98%
G = 14.65%
B = 63.37%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C28AD (or 0x3C28AD) is known color: Blue Gem. HEX triplet: 3C, 28 and AD. RGB value is (60,40,173). Sum of RGB (Red+Green+Blue) = 60+40+173=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 40 (16.02% from 255 or 14.65% 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 #3C28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C28AD is #C3D752. Grayscale: #3C3C3C. Windows color (decimal): -12834643 or 11348028. OLE color: 11348028.

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

Color convert

RGB 60 40 173 -
CMYK 0.65 0.77 0 0.32
HSL 249.02º 0.62% 0.42% -
HSV(B) 249.02º 0.77% 0.68% -
XYZ 10.17 5.5 40.06 -
YUV 61.14 191.13 127.19 -
System Red Green Blue C M Y K H S L
Decimal 60 40 173 0.65 0.77 0 0.32 249.02 0.62 0.42
Hex 3C 28 AD 41 4D 0 20 F9 3E 2A
Octal 74 50 255 101 115 0 40 371 76 52
Binary 111100 101000 10101101 1000001 1001101 0 100000 11111001 111110 101010

Color Harmonies of #3C28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28AD

Black with #3C28AD

Text Example


Text Example

White with #3C28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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