Html Css Color HEX #3C319F Blue Gem

📋 copy color: '#3C319F'

red 60 ◦ green 49 ◦ blue 159

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

Shades of Blue Gem #3C319F

Tints of Blue Gem #3C319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 22.39%
G = 18.28%
B = 59.33%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C319F (or 0x3C319F) is known color: Blue Gem. HEX triplet: 3C, 31 and 9F. RGB value is (60,49,159). Sum of RGB (Red+Green+Blue) = 60+49+159=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C319F is #C3CE60. Grayscale: #404040. Windows color (decimal): -12832353 or 10432828. OLE color: 10432828.

HSL color Cylindrical-coordinate representation of color #3C319F: hue angle of 246º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C319F is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 49 159 -
CMYK 0.62 0.69 0 0.38
HSL 246º 0.53% 0.41% -
HSV(B) 246º 0.69% 0.62% -
XYZ 9.22 5.66 33.41 -
YUV 64.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 60 49 159 0.62 0.69 0 0.38 246 0.53 0.41
Hex 3C 31 9F 3E 45 0 26 F6 35 29
Octal 74 61 237 76 105 0 46 366 65 51
Binary 111100 110001 10011111 111110 1000101 0 100110 11110110 110101 101001

Color Harmonies of #3C319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C319F

Black with #3C319F

Text Example


Text Example

White with #3C319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,159); }

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

background-color css

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

 a { background-color: rgb(60,49,159); }

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

border-color css

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

 span { border-color: rgb(60,49,159); }

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