Html Css Color HEX #3C2893 Blue Gem

📋 copy color: '#3C2893'

red 60 ◦ green 40 ◦ blue 147

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

Shades of Blue Gem #3C2893

Tints of Blue Gem #3C2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 24.29%
G = 16.19%
B = 59.51%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C2893 (or 0x3C2893) is known color: Blue Gem. HEX triplet: 3C, 28 and 93. RGB value is (60,40,147). Sum of RGB (Red+Green+Blue) = 60+40+147=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2893 is #C3D76C. Grayscale: #393939. Windows color (decimal): -12834669 or 9644092. OLE color: 9644092.

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

Color convert

RGB 60 40 147 -
CMYK 0.59 0.73 0 0.42
HSL 251.22º 0.57% 0.37% -
HSV(B) 251.22º 0.73% 0.58% -
XYZ 7.89 4.58 28.07 -
YUV 58.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 60 40 147 0.59 0.73 0 0.42 251.22 0.57 0.37
Hex 3C 28 93 3B 49 0 2A FB 39 25
Octal 74 50 223 73 111 0 52 373 71 45
Binary 111100 101000 10010011 111011 1001001 0 101010 11111011 111001 100101

Color Harmonies of #3C2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2893

Black with #3C2893

Text Example


Text Example

White with #3C2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,147); }

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

background-color css

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

 a { background-color: rgb(60,40,147); }

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

border-color css

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

 span { border-color: rgb(60,40,147); }

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