Html Css Color HEX #3C2396 Blue Gem

📋 copy color: '#3C2396'

red 60 ◦ green 35 ◦ blue 150

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

Shades of Blue Gem #3C2396

Tints of Blue Gem #3C2396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.22%

R = 24.49%
G = 14.29%
B = 61.22%

CMYK

 C value IS 0.6

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C2396 (or 0x3C2396) is known color: Blue Gem. HEX triplet: 3C, 23 and 96. RGB value is (60,35,150). Sum of RGB (Red+Green+Blue) = 60+35+150=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C2396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2396 is #C3DC69. Grayscale: #373737. Windows color (decimal): -12835946 or 9839420. OLE color: 9839420.

HSL color Cylindrical-coordinate representation of color #3C2396: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2396 is Cyan = 0.6, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 35 150 -
CMYK 0.6 0.77 0 0.41
HSL 253.04º 0.62% 0.36% -
HSV(B) 253.04º 0.77% 0.59% -
XYZ 7.97 4.36 29.28 -
YUV 55.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 60 35 150 0.6 0.77 0 0.41 253.04 0.62 0.36
Hex 3C 23 96 3C 4D 0 29 FD 3E 24
Octal 74 43 226 74 115 0 51 375 76 44
Binary 111100 100011 10010110 111100 1001101 0 101001 11111101 111110 100100

Color Harmonies of #3C2396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2396

Black with #3C2396

Text Example


Text Example

White with #3C2396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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