Html Css Color HEX #3C19AA Blue Gem

📋 copy color: '#3C19AA'

red 60 ◦ green 25 ◦ blue 170

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

Shades of Blue Gem #3C19AA

Tints of Blue Gem #3C19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.8%

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

R = 23.53%
G = 9.8%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C19AA (or 0x3C19AA) is known color: Blue Gem. HEX triplet: 3C, 19 and AA. RGB value is (60,25,170). Sum of RGB (Red+Green+Blue) = 60+25+170=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C19AA is #C3E655. Grayscale: #333333. Windows color (decimal): -12838486 or 11147580. OLE color: 11147580.

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

Color convert

RGB 60 25 170 -
CMYK 0.65 0.85 0 0.33
HSL 254.48º 0.74% 0.38% -
HSV(B) 254.48º 0.85% 0.67% -
XYZ 9.47 4.56 38.41 -
YUV 52 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 60 25 170 0.65 0.85 0 0.33 254.48 0.74 0.38
Hex 3C 19 AA 41 55 0 21 FE 4A 26
Octal 74 31 252 101 125 0 41 376 112 46
Binary 111100 11001 10101010 1000001 1010101 0 100001 11111110 1001010 100110

Color Harmonies of #3C19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C19AA

Black with #3C19AA

Text Example


Text Example

White with #3C19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,170); }

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

background-color css

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

 a { background-color: rgb(60,25,170); }

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

border-color css

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

 span { border-color: rgb(60,25,170); }

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