Html Css Color HEX #3B24AD Blue Gem

📋 copy color: '#3B24AD'

red 59 ◦ green 36 ◦ blue 173

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

Shades of Blue Gem #3B24AD

Tints of Blue Gem #3B24AD

RGB

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

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

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

R = 22.01%
G = 13.43%
B = 64.55%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3B24AD (or 0x3B24AD) is known color: Blue Gem. HEX triplet: 3B, 24 and AD. RGB value is (59,36,173). Sum of RGB (Red+Green+Blue) = 59+36+173=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B24AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B24AD is #C4DB52. Grayscale: #393939. Windows color (decimal): -12901203 or 11347003. OLE color: 11347003.

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

Color convert

RGB 59 36 173 -
CMYK 0.66 0.79 0 0.32
HSL 250.07º 0.66% 0.41% -
HSV(B) 250.07º 0.79% 0.68% -
XYZ 9.98 5.21 40.01 -
YUV 58.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 59 36 173 0.66 0.79 0 0.32 250.07 0.66 0.41
Hex 3B 24 AD 42 4F 0 20 FA 42 29
Octal 73 44 255 102 117 0 40 372 102 51
Binary 111011 100100 10101101 1000010 1001111 0 100000 11111010 1000010 101001

Color Harmonies of #3B24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B24AD

Black with #3B24AD

Text Example


Text Example

White with #3B24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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