Html Css Color HEX #3A28AD Blue Gem

📋 copy color: '#3A28AD'

red 58 ◦ green 40 ◦ blue 173

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

Shades of Blue Gem #3A28AD

Tints of Blue Gem #3A28AD

RGB

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

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

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

R = 21.4%
G = 14.76%
B = 63.84%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A28AD (or 0x3A28AD) is known color: Blue Gem. HEX triplet: 3A, 28 and AD. RGB value is (58,40,173). Sum of RGB (Red+Green+Blue) = 58+40+173=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A28AD is #C5D752. Grayscale: #3C3C3C. Windows color (decimal): -12965715 or 11348026. OLE color: 11348026.

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

Color convert

RGB 58 40 173 -
CMYK 0.66 0.77 0 0.32
HSL 248.12º 0.62% 0.42% -
HSV(B) 248.12º 0.77% 0.68% -
XYZ 10.05 5.43 40.05 -
YUV 60.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 58 40 173 0.66 0.77 0 0.32 248.12 0.62 0.42
Hex 3A 28 AD 42 4D 0 20 F8 3E 2A
Octal 72 50 255 102 115 0 40 370 76 52
Binary 111010 101000 10101101 1000010 1001101 0 100000 11111000 111110 101010

Color Harmonies of #3A28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A28AD

Black with #3A28AD

Text Example


Text Example

White with #3A28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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