Html Css Color HEX #3B2492 Blue Gem

📋 copy color: '#3B2492'

red 59 ◦ green 36 ◦ blue 146

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

Shades of Blue Gem #3B2492

Tints of Blue Gem #3B2492

RGB

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

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

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

R = 24.48%
G = 14.94%
B = 60.58%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B2492 (or 0x3B2492) is known color: Blue Gem. HEX triplet: 3B, 24 and 92. RGB value is (59,36,146). Sum of RGB (Red+Green+Blue) = 59+36+146=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2492 is #C4DB6D. Grayscale: #373737. Windows color (decimal): -12901230 or 9577531. OLE color: 9577531.

HSL color Cylindrical-coordinate representation of color #3B2492: hue angle of 252.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B2492 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 36 146 -
CMYK 0.60 0.75 0 0.43
HSL 252.55º 0.6% 0.36% -
HSV(B) 252.55º 0.75% 0.57% -
XYZ 7.62 4.27 27.62 -
YUV 55.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 59 36 146 0.60 0.75 0 0.43 252.55 0.6 0.36
Hex 3B 24 92 3C 4B 0 2B FD 3C 24
Octal 73 44 222 74 113 0 53 375 74 44
Binary 111011 100100 10010010 111100 1001011 0 101011 11111101 111100 100100

Color Harmonies of #3B2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2492

Black with #3B2492

Text Example


Text Example

White with #3B2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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