Html Css Color HEX #3C24AD Blue Gem

📋 copy color: '#3C24AD'

red 60 ◦ green 36 ◦ blue 173

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

Shades of Blue Gem #3C24AD

Tints of Blue Gem #3C24AD

RGB

 RED value IS 60 (23.83% from 255) = 22.3%

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

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

R = 22.3%
G = 13.38%
B = 64.31%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C24AD (or 0x3C24AD) is known color: Blue Gem. HEX triplet: 3C, 24 and AD. RGB value is (60,36,173). Sum of RGB (Red+Green+Blue) = 60+36+173=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C24AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C24AD is #C3DB52. Grayscale: #3A3A3A. Windows color (decimal): -12835667 or 11347004. OLE color: 11347004.

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

Color convert

RGB 60 36 173 -
CMYK 0.65 0.79 0 0.32
HSL 250.51º 0.66% 0.41% -
HSV(B) 250.51º 0.79% 0.68% -
XYZ 10.04 5.24 40.02 -
YUV 58.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 60 36 173 0.65 0.79 0 0.32 250.51 0.66 0.41
Hex 3C 24 AD 41 4F 0 20 FB 42 29
Octal 74 44 255 101 117 0 40 373 102 51
Binary 111100 100100 10101101 1000001 1001111 0 100000 11111011 1000010 101001

Color Harmonies of #3C24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C24AD

Black with #3C24AD

Text Example


Text Example

White with #3C24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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