Html Css Color HEX #3B2893 Blue Gem

📋 copy color: '#3B2893'

red 59 ◦ green 40 ◦ blue 147

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

Shades of Blue Gem #3B2893

Tints of Blue Gem #3B2893

RGB

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

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

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

R = 23.98%
G = 16.26%
B = 59.76%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B2893 (or 0x3B2893) is known color: Blue Gem. HEX triplet: 3B, 28 and 93. RGB value is (59,40,147). Sum of RGB (Red+Green+Blue) = 59+40+147=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2893 is #C4D76C. Grayscale: #393939. Windows color (decimal): -12900205 or 9644091. OLE color: 9644091.

HSL color Cylindrical-coordinate representation of color #3B2893: hue angle of 250.65º 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 #3B2893 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 40 147 -
CMYK 0.60 0.73 0 0.42
HSL 250.65º 0.57% 0.37% -
HSV(B) 250.65º 0.73% 0.58% -
XYZ 7.83 4.55 28.07 -
YUV 57.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 59 40 147 0.60 0.73 0 0.42 250.65 0.57 0.37
Hex 3B 28 93 3C 49 0 2A FB 39 25
Octal 73 50 223 74 111 0 52 373 71 45
Binary 111011 101000 10010011 111100 1001001 0 101010 11111011 111001 100101

Color Harmonies of #3B2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2893

Black with #3B2893

Text Example


Text Example

White with #3B2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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