Html Css Color HEX #3F2E93 Blue Gem

📋 copy color: '#3F2E93'

red 63 ◦ green 46 ◦ blue 147

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

Shades of Blue Gem #3F2E93

Tints of Blue Gem #3F2E93

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

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

R = 24.61%
G = 17.97%
B = 57.42%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F2E93 (or 0x3F2E93) is known color: Blue Gem. HEX triplet: 3F, 2E and 93. RGB value is (63,46,147). Sum of RGB (Red+Green+Blue) = 63+46+147=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F2E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2E93 is #C0D16C. Grayscale: #3E3E3E. Windows color (decimal): -12636525 or 9645631. OLE color: 9645631.

HSL color Cylindrical-coordinate representation of color #3F2E93: hue angle of 250.1º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F2E93 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 46 147 -
CMYK 0.57 0.69 0 0.42
HSL 250.1º 0.52% 0.38% -
HSV(B) 250.1º 0.69% 0.58% -
XYZ 8.29 5.12 28.15 -
YUV 62.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 63 46 147 0.57 0.69 0 0.42 250.1 0.52 0.38
Hex 3F 2E 93 39 45 0 2A FA 34 26
Octal 77 56 223 71 105 0 52 372 64 46
Binary 111111 101110 10010011 111001 1000101 0 101010 11111010 110100 100110

Color Harmonies of #3F2E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E93

Black with #3F2E93

Text Example


Text Example

White with #3F2E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,147); }

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

background-color css

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

 a { background-color: rgb(63,46,147); }

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

border-color css

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

 span { border-color: rgb(63,46,147); }

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