Html Css Color HEX #3B2493 Blue Gem

📋 copy color: '#3B2493'

red 59 ◦ green 36 ◦ blue 147

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

Shades of Blue Gem #3B2493

Tints of Blue Gem #3B2493

RGB

 RED value IS 59 (23.44% from 255) = 24.38%

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 24.38%
G = 14.88%
B = 60.74%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B2493 (or 0x3B2493) is known color: Blue Gem. HEX triplet: 3B, 24 and 93. RGB value is (59,36,147). Sum of RGB (Red+Green+Blue) = 59+36+147=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2493 is #C4DB6C. Grayscale: #373737. Windows color (decimal): -12901229 or 9643067. OLE color: 9643067.

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

Color convert

RGB 59 36 147 -
CMYK 0.60 0.76 0 0.42
HSL 252.43º 0.61% 0.36% -
HSV(B) 252.43º 0.76% 0.58% -
XYZ 7.7 4.3 28.03 -
YUV 55.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 59 36 147 0.60 0.76 0 0.42 252.43 0.61 0.36
Hex 3B 24 93 3C 4C 0 2A FC 3D 24
Octal 73 44 223 74 114 0 52 374 75 44
Binary 111011 100100 10010011 111100 1001100 0 101010 11111100 111101 100100

Color Harmonies of #3B2493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2493

Black with #3B2493

Text Example


Text Example

White with #3B2493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,147); }

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

background-color css

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

 a { background-color: rgb(59,36,147); }

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

border-color css

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

 span { border-color: rgb(59,36,147); }

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