Html Css Color HEX #3A26AD Blue Gem

📋 copy color: '#3A26AD'

red 58 ◦ green 38 ◦ blue 173

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

Shades of Blue Gem #3A26AD

Tints of Blue Gem #3A26AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

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

R = 21.56%
G = 14.13%
B = 64.31%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A26AD (or 0x3A26AD) is known color: Blue Gem. HEX triplet: 3A, 26 and AD. RGB value is (58,38,173). Sum of RGB (Red+Green+Blue) = 58+38+173=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A26AD is #C5D952. Grayscale: #3A3A3A. Windows color (decimal): -12966227 or 11347514. OLE color: 11347514.

HSL color Cylindrical-coordinate representation of color #3A26AD: hue angle of 248.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A26AD is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 38 173 -
CMYK 0.66 0.78 0 0.32
HSL 248.89º 0.64% 0.41% -
HSV(B) 248.89º 0.78% 0.68% -
XYZ 9.98 5.3 40.03 -
YUV 59.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 58 38 173 0.66 0.78 0 0.32 248.89 0.64 0.41
Hex 3A 26 AD 42 4E 0 20 F9 40 29
Octal 72 46 255 102 116 0 40 371 100 51
Binary 111010 100110 10101101 1000010 1001110 0 100000 11111001 1000000 101001

Color Harmonies of #3A26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A26AD

Black with #3A26AD

Text Example


Text Example

White with #3A26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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