Html Css Color HEX #3C1AAE Blue Gem

📋 copy color: '#3C1AAE'

red 60 ◦ green 26 ◦ blue 174

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

Shades of Blue Gem #3C1AAE

Tints of Blue Gem #3C1AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 23.08%
G = 10%
B = 66.92%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C1AAE (or 0x3C1AAE) is known color: Blue Gem. HEX triplet: 3C, 1A and AE. RGB value is (60,26,174). Sum of RGB (Red+Green+Blue) = 60+26+174=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1AAE is #C3E551. Grayscale: #343434. Windows color (decimal): -12838226 or 11409980. OLE color: 11409980.

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

Color convert

RGB 60 26 174 -
CMYK 0.66 0.85 0 0.32
HSL 253.78º 0.74% 0.39% -
HSV(B) 253.78º 0.85% 0.68% -
XYZ 9.87 4.76 40.44 -
YUV 53.04 196.26 132.97 -
System Red Green Blue C M Y K H S L
Decimal 60 26 174 0.66 0.85 0 0.32 253.78 0.74 0.39
Hex 3C 1A AE 42 55 0 20 FE 4A 27
Octal 74 32 256 102 125 0 40 376 112 47
Binary 111100 11010 10101110 1000010 1010101 0 100000 11111110 1001010 100111

Color Harmonies of #3C1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1AAE

Black with #3C1AAE

Text Example


Text Example

White with #3C1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,26,174); }

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

background-color css

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

 a { background-color: rgb(60,26,174); }

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

border-color css

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

 span { border-color: rgb(60,26,174); }

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