Html Css Color HEX #3C2391 Blue Gem

📋 copy color: '#3C2391'

red 60 ◦ green 35 ◦ blue 145

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

Shades of Blue Gem #3C2391

Tints of Blue Gem #3C2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 25%
G = 14.58%
B = 60.42%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C2391 (or 0x3C2391) is known color: Blue Gem. HEX triplet: 3C, 23 and 91. RGB value is (60,35,145). Sum of RGB (Red+Green+Blue) = 60+35+145=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C2391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2391 is #C3DC6E. Grayscale: #363636. Windows color (decimal): -12835951 or 9511740. OLE color: 9511740.

HSL color Cylindrical-coordinate representation of color #3C2391: hue angle of 253.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C2391 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 35 145 -
CMYK 0.59 0.76 0 0.43
HSL 253.64º 0.61% 0.35% -
HSV(B) 253.64º 0.76% 0.57% -
XYZ 7.58 4.21 27.2 -
YUV 55.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 60 35 145 0.59 0.76 0 0.43 253.64 0.61 0.35
Hex 3C 23 91 3B 4C 0 2B FE 3D 23
Octal 74 43 221 73 114 0 53 376 75 43
Binary 111100 100011 10010001 111011 1001100 0 101011 11111110 111101 100011

Color Harmonies of #3C2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2391

Black with #3C2391

Text Example


Text Example

White with #3C2391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,145); }

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

background-color css

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

 a { background-color: rgb(60,35,145); }

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

border-color css

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

 span { border-color: rgb(60,35,145); }

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