Html Css Color HEX #3C1FAE Blue Gem

📋 copy color: '#3C1FAE'

red 60 ◦ green 31 ◦ blue 174

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

Shades of Blue Gem #3C1FAE

Tints of Blue Gem #3C1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 22.64%
G = 11.7%
B = 65.66%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C1FAE (or 0x3C1FAE) is known color: Blue Gem. HEX triplet: 3C, 1F and AE. RGB value is (60,31,174). Sum of RGB (Red+Green+Blue) = 60+31+174=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1FAE is #C3E051. Grayscale: #373737. Windows color (decimal): -12836946 or 11411260. OLE color: 11411260.

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

Color convert

RGB 60 31 174 -
CMYK 0.66 0.82 0 0.32
HSL 252.17º 0.7% 0.4% -
HSV(B) 252.17º 0.82% 0.68% -
XYZ 9.99 5 40.48 -
YUV 55.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 60 31 174 0.66 0.82 0 0.32 252.17 0.7 0.4
Hex 3C 1F AE 42 52 0 20 FC 46 28
Octal 74 37 256 102 122 0 40 374 106 50
Binary 111100 11111 10101110 1000010 1010010 0 100000 11111100 1000110 101000

Color Harmonies of #3C1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1FAE

Black with #3C1FAE

Text Example


Text Example

White with #3C1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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