Html Css Color HEX #3A1BAE Blue Gem

📋 copy color: '#3A1BAE'

red 58 ◦ green 27 ◦ blue 174

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

Shades of Blue Gem #3A1BAE

Tints of Blue Gem #3A1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.42%

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 22.39%
G = 10.42%
B = 67.18%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A1BAE (or 0x3A1BAE) is known color: Blue Gem. HEX triplet: 3A, 1B and AE. RGB value is (58,27,174). Sum of RGB (Red+Green+Blue) = 58+27+174=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1BAE is #C5E451. Grayscale: #343434. Windows color (decimal): -12969042 or 11410234. OLE color: 11410234.

HSL color Cylindrical-coordinate representation of color #3A1BAE: hue angle of 252.65º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1BAE is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 27 174 -
CMYK 0.67 0.84 0 0.32
HSL 252.65º 0.73% 0.39% -
HSV(B) 252.65º 0.84% 0.68% -
XYZ 9.78 4.74 40.44 -
YUV 53.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 58 27 174 0.67 0.84 0 0.32 252.65 0.73 0.39
Hex 3A 1B AE 43 54 0 20 FD 49 27
Octal 72 33 256 103 124 0 40 375 111 47
Binary 111010 11011 10101110 1000011 1010100 0 100000 11111101 1001001 100111

Color Harmonies of #3A1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1BAE

Black with #3A1BAE

Text Example


Text Example

White with #3A1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,27,174); }

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

background-color css

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

 a { background-color: rgb(58,27,174); }

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

border-color css

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

 span { border-color: rgb(58,27,174); }

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