Html Css Color HEX #3C2294 Blue Gem

📋 copy color: '#3C2294'

red 60 ◦ green 34 ◦ blue 148

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

Shades of Blue Gem #3C2294

Tints of Blue Gem #3C2294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 24.79%
G = 14.05%
B = 61.16%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C2294 (or 0x3C2294) is known color: Blue Gem. HEX triplet: 3C, 22 and 94. RGB value is (60,34,148). Sum of RGB (Red+Green+Blue) = 60+34+148=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C2294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2294 is #C3DD6B. Grayscale: #363636. Windows color (decimal): -12836204 or 9708092. OLE color: 9708092.

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

Color convert

RGB 60 34 148 -
CMYK 0.59 0.77 0 0.42
HSL 253.68º 0.63% 0.36% -
HSV(B) 253.68º 0.77% 0.58% -
XYZ 7.78 4.24 28.43 -
YUV 54.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 60 34 148 0.59 0.77 0 0.42 253.68 0.63 0.36
Hex 3C 22 94 3B 4D 0 2A FE 3F 24
Octal 74 42 224 73 115 0 52 376 77 44
Binary 111100 100010 10010100 111011 1001101 0 101010 11111110 111111 100100

Color Harmonies of #3C2294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2294

Black with #3C2294

Text Example


Text Example

White with #3C2294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,34,148); }

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

background-color css

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

 a { background-color: rgb(60,34,148); }

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

border-color css

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

 span { border-color: rgb(60,34,148); }

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