Html Css Color HEX #3B24AA Blue Gem

📋 copy color: '#3B24AA'

red 59 ◦ green 36 ◦ blue 170

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

Shades of Blue Gem #3B24AA

Tints of Blue Gem #3B24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 22.26%
G = 13.58%
B = 64.15%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B24AA (or 0x3B24AA) is known color: Blue Gem. HEX triplet: 3B, 24 and AA. RGB value is (59,36,170). Sum of RGB (Red+Green+Blue) = 59+36+170=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B24AA is #C4DB55. Grayscale: #393939. Windows color (decimal): -12901206 or 11150395. OLE color: 11150395.

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

Color convert

RGB 59 36 170 -
CMYK 0.65 0.79 0 0.33
HSL 250.3º 0.65% 0.4% -
HSV(B) 250.3º 0.79% 0.67% -
XYZ 9.69 5.09 38.5 -
YUV 58.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 59 36 170 0.65 0.79 0 0.33 250.3 0.65 0.4
Hex 3B 24 AA 41 4F 0 21 FA 41 28
Octal 73 44 252 101 117 0 41 372 101 50
Binary 111011 100100 10101010 1000001 1001111 0 100001 11111010 1000001 101000

Color Harmonies of #3B24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B24AA

Black with #3B24AA

Text Example


Text Example

White with #3B24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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