Html Css Color HEX #3C2992 Blue Gem

📋 copy color: '#3C2992'

red 60 ◦ green 41 ◦ blue 146

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

Shades of Blue Gem #3C2992

Tints of Blue Gem #3C2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 24.29%
G = 16.6%
B = 59.11%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C2992 (or 0x3C2992) is known color: Blue Gem. HEX triplet: 3C, 29 and 92. RGB value is (60,41,146). Sum of RGB (Red+Green+Blue) = 60+41+146=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2992 is #C3D66D. Grayscale: #3A3A3A. Windows color (decimal): -12834414 or 9578812. OLE color: 9578812.

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

Color convert

RGB 60 41 146 -
CMYK 0.59 0.72 0 0.43
HSL 250.86º 0.56% 0.37% -
HSV(B) 250.86º 0.72% 0.57% -
XYZ 7.84 4.62 27.67 -
YUV 58.65 177.29 128.96 -
System Red Green Blue C M Y K H S L
Decimal 60 41 146 0.59 0.72 0 0.43 250.86 0.56 0.37
Hex 3C 29 92 3B 48 0 2B FB 38 25
Octal 74 51 222 73 110 0 53 373 70 45
Binary 111100 101001 10010010 111011 1001000 0 101011 11111011 111000 100101

Color Harmonies of #3C2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2992

Black with #3C2992

Text Example


Text Example

White with #3C2992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,41,146); }

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

background-color css

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

 a { background-color: rgb(60,41,146); }

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

border-color css

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

 span { border-color: rgb(60,41,146); }

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