Html Css Color HEX #3C2796 Blue Gem

📋 copy color: '#3C2796'

red 60 ◦ green 39 ◦ blue 150

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

Shades of Blue Gem #3C2796

Tints of Blue Gem #3C2796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 24.1%
G = 15.66%
B = 60.24%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3C2796 (or 0x3C2796) is known color: Blue Gem. HEX triplet: 3C, 27 and 96. RGB value is (60,39,150). Sum of RGB (Red+Green+Blue) = 60+39+150=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C2796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2796 is #C3D869. Grayscale: #393939. Windows color (decimal): -12834922 or 9840444. OLE color: 9840444.

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

Color convert

RGB 60 39 150 -
CMYK 0.6 0.74 0 0.41
HSL 251.35º 0.59% 0.37% -
HSV(B) 251.35º 0.74% 0.59% -
XYZ 8.09 4.61 29.32 -
YUV 57.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 60 39 150 0.6 0.74 0 0.41 251.35 0.59 0.37
Hex 3C 27 96 3C 4A 0 29 FB 3B 25
Octal 74 47 226 74 112 0 51 373 73 45
Binary 111100 100111 10010110 111100 1001010 0 101001 11111011 111011 100101

Color Harmonies of #3C2796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2796

Black with #3C2796

Text Example


Text Example

White with #3C2796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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