Html Css Color HEX #3B24AB Blue Gem

📋 copy color: '#3B24AB'

red 59 ◦ green 36 ◦ blue 171

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

Shades of Blue Gem #3B24AB

Tints of Blue Gem #3B24AB

RGB

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

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

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

R = 22.18%
G = 13.53%
B = 64.29%

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

#3B24AB (or 0x3B24AB) is known color: Blue Gem. HEX triplet: 3B, 24 and AB. RGB value is (59,36,171). Sum of RGB (Red+Green+Blue) = 59+36+171=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B24AB is #C4DB54. Grayscale: #393939. Windows color (decimal): -12901205 or 11215931. OLE color: 11215931.

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

Color convert

RGB 59 36 171 -
CMYK 0.65 0.79 0 0.33
HSL 250.22º 0.65% 0.41% -
HSV(B) 250.22º 0.79% 0.67% -
XYZ 9.79 5.13 39 -
YUV 58.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 59 36 171 0.65 0.79 0 0.33 250.22 0.65 0.41
Hex 3B 24 AB 41 4F 0 21 FA 41 29
Octal 73 44 253 101 117 0 41 372 101 51
Binary 111011 100100 10101011 1000001 1001111 0 100001 11111010 1000001 101001

Color Harmonies of #3B24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B24AB

Black with #3B24AB

Text Example


Text Example

White with #3B24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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