Html Css Color HEX #3B24AE Blue Gem

📋 copy color: '#3B24AE'

red 59 ◦ green 36 ◦ blue 174

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

Shades of Blue Gem #3B24AE

Tints of Blue Gem #3B24AE

RGB

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

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

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

R = 21.93%
G = 13.38%
B = 64.68%

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

#3B24AE (or 0x3B24AE) is known color: Blue Gem. HEX triplet: 3B, 24 and AE. RGB value is (59,36,174). Sum of RGB (Red+Green+Blue) = 59+36+174=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B24AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B24AE is #C4DB51. Grayscale: #3A3A3A. Windows color (decimal): -12901202 or 11412539. OLE color: 11412539.

HSL color Cylindrical-coordinate representation of color #3B24AE: hue angle of 250º 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 #3B24AE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 36 174 -
CMYK 0.66 0.79 0 0.32
HSL 250º 0.66% 0.41% -
HSV(B) 250º 0.79% 0.68% -
XYZ 10.07 5.25 40.53 -
YUV 58.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 59 36 174 0.66 0.79 0 0.32 250 0.66 0.41
Hex 3B 24 AE 42 4F 0 20 FA 42 29
Octal 73 44 256 102 117 0 40 372 102 51
Binary 111011 100100 10101110 1000010 1001111 0 100000 11111010 1000010 101001

Color Harmonies of #3B24AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B24AE

Black with #3B24AE

Text Example


Text Example

White with #3B24AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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