Html Css Color HEX #3B2395 Blue Gem

📋 copy color: '#3B2395'

red 59 ◦ green 35 ◦ blue 149

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

Shades of Blue Gem #3B2395

Tints of Blue Gem #3B2395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 24.28%
G = 14.4%
B = 61.32%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B2395 (or 0x3B2395) is known color: Blue Gem. HEX triplet: 3B, 23 and 95. RGB value is (59,35,149). Sum of RGB (Red+Green+Blue) = 59+35+149=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B2395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2395 is #C4DC6A. Grayscale: #363636. Windows color (decimal): -12901483 or 9773883. OLE color: 9773883.

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

Color convert

RGB 59 35 149 -
CMYK 0.60 0.77 0 0.42
HSL 252.63º 0.62% 0.36% -
HSV(B) 252.63º 0.77% 0.58% -
XYZ 7.83 4.3 28.85 -
YUV 55.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 59 35 149 0.60 0.77 0 0.42 252.63 0.62 0.36
Hex 3B 23 95 3C 4D 0 2A FD 3E 24
Octal 73 43 225 74 115 0 52 375 76 44
Binary 111011 100011 10010101 111100 1001101 0 101010 11111101 111110 100100

Color Harmonies of #3B2395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2395

Black with #3B2395

Text Example


Text Example

White with #3B2395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,149); }

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

background-color css

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

 a { background-color: rgb(59,35,149); }

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

border-color css

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

 span { border-color: rgb(59,35,149); }

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