Html Css Color HEX #3A28AB Blue Gem

📋 copy color: '#3A28AB'

red 58 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #3A28AB

Tints of Blue Gem #3A28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 21.56%
G = 14.87%
B = 63.57%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A28AB (or 0x3A28AB) is known color: Blue Gem. HEX triplet: 3A, 28 and AB. RGB value is (58,40,171). Sum of RGB (Red+Green+Blue) = 58+40+171=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A28AB is #C5D754. Grayscale: #3B3B3B. Windows color (decimal): -12965717 or 11216954. OLE color: 11216954.

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

Color convert

RGB 58 40 171 -
CMYK 0.66 0.77 0 0.33
HSL 248.24º 0.62% 0.41% -
HSV(B) 248.24º 0.77% 0.67% -
XYZ 9.85 5.36 39.04 -
YUV 60.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 58 40 171 0.66 0.77 0 0.33 248.24 0.62 0.41
Hex 3A 28 AB 42 4D 0 21 F8 3E 29
Octal 72 50 253 102 115 0 41 370 76 51
Binary 111010 101000 10101011 1000010 1001101 0 100001 11111000 111110 101001

Color Harmonies of #3A28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A28AB

Black with #3A28AB

Text Example


Text Example

White with #3A28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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