Html Css Color HEX #3C2491 Blue Gem

📋 copy color: '#3C2491'

red 60 ◦ green 36 ◦ blue 145

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

Shades of Blue Gem #3C2491

Tints of Blue Gem #3C2491

RGB

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

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

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

R = 24.9%
G = 14.94%
B = 60.17%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C2491 (or 0x3C2491) is known color: Blue Gem. HEX triplet: 3C, 24 and 91. RGB value is (60,36,145). Sum of RGB (Red+Green+Blue) = 60+36+145=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C2491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2491 is #C3DB6E. Grayscale: #373737. Windows color (decimal): -12835695 or 9511996. OLE color: 9511996.

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

Color convert

RGB 60 36 145 -
CMYK 0.59 0.75 0 0.43
HSL 253.21º 0.6% 0.35% -
HSV(B) 253.21º 0.75% 0.57% -
XYZ 7.61 4.27 27.21 -
YUV 55.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 60 36 145 0.59 0.75 0 0.43 253.21 0.6 0.35
Hex 3C 24 91 3B 4B 0 2B FD 3C 23
Octal 74 44 221 73 113 0 53 375 74 43
Binary 111100 100100 10010001 111011 1001011 0 101011 11111101 111100 100011

Color Harmonies of #3C2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2491

Black with #3C2491

Text Example


Text Example

White with #3C2491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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