Html Css Color HEX #3F3199 Blue Gem

📋 copy color: '#3F3199'

red 63 ◦ green 49 ◦ blue 153

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

Shades of Blue Gem #3F3199

Tints of Blue Gem #3F3199

RGB

 RED value IS 63 (25% from 255) = 23.77%

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 23.77%
G = 18.49%
B = 57.74%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3F3199 (or 0x3F3199) is known color: Blue Gem. HEX triplet: 3F, 31 and 99. RGB value is (63,49,153). Sum of RGB (Red+Green+Blue) = 63+49+153=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F3199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3199 is #C0CE66. Grayscale: #404040. Windows color (decimal): -12635751 or 10039615. OLE color: 10039615.

HSL color Cylindrical-coordinate representation of color #3F3199: hue angle of 248.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F3199 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 63 49 153 -
CMYK 0.59 0.68 0 0.4
HSL 248.08º 0.51% 0.4% -
HSV(B) 248.08º 0.68% 0.6% -
XYZ 8.9 5.55 30.74 -
YUV 65.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 63 49 153 0.59 0.68 0 0.4 248.08 0.51 0.4
Hex 3F 31 99 3B 44 0 28 F8 33 28
Octal 77 61 231 73 104 0 50 370 63 50
Binary 111111 110001 10011001 111011 1000100 0 101000 11111000 110011 101000

Color Harmonies of #3F3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3199

Black with #3F3199

Text Example


Text Example

White with #3F3199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,153); }

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

background-color css

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

 a { background-color: rgb(63,49,153); }

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

border-color css

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

 span { border-color: rgb(63,49,153); }

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