Html Css Color HEX #3B1AAA Blue Gem

📋 copy color: '#3B1AAA'

red 59 ◦ green 26 ◦ blue 170

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

Shades of Blue Gem #3B1AAA

Tints of Blue Gem #3B1AAA

RGB

 RED value IS 59 (23.44% from 255) = 23.14%

 GREEN value IS 26 (10.55% from 255) = 10.2%

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 23.14%
G = 10.2%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B1AAA (or 0x3B1AAA) is known color: Blue Gem. HEX triplet: 3B, 1A and AA. RGB value is (59,26,170). Sum of RGB (Red+Green+Blue) = 59+26+170=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1AAA is #C4E555. Grayscale: #333333. Windows color (decimal): -12903766 or 11147835. OLE color: 11147835.

HSL color Cylindrical-coordinate representation of color #3B1AAA: hue angle of 253.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1AAA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 26 170 -
CMYK 0.65 0.85 0 0.33
HSL 253.75º 0.73% 0.38% -
HSV(B) 253.75º 0.85% 0.67% -
XYZ 9.43 4.57 38.42 -
YUV 52.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 59 26 170 0.65 0.85 0 0.33 253.75 0.73 0.38
Hex 3B 1A AA 41 55 0 21 FE 49 26
Octal 73 32 252 101 125 0 41 376 111 46
Binary 111011 11010 10101010 1000001 1010101 0 100001 11111110 1001001 100110

Color Harmonies of #3B1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1AAA

Black with #3B1AAA

Text Example


Text Example

White with #3B1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,26,170); }

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

background-color css

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

 a { background-color: rgb(59,26,170); }

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

border-color css

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

 span { border-color: rgb(59,26,170); }

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