Html Css Color HEX #3F329E Blue Gem

📋 copy color: '#3F329E'

red 63 ◦ green 50 ◦ blue 158

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

Shades of Blue Gem #3F329E

Tints of Blue Gem #3F329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 23.25%
G = 18.45%
B = 58.3%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F329E (or 0x3F329E) is known color: Blue Gem. HEX triplet: 3F, 32 and 9E. RGB value is (63,50,158). Sum of RGB (Red+Green+Blue) = 63+50+158=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F329E is #C0CD61. Grayscale: #414141. Windows color (decimal): -12635490 or 10367551. OLE color: 10367551.

HSL color Cylindrical-coordinate representation of color #3F329E: hue angle of 247.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F329E is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 50 158 -
CMYK 0.60 0.68 0 0.38
HSL 247.22º 0.52% 0.41% -
HSV(B) 247.22º 0.68% 0.62% -
XYZ 9.36 5.81 32.98 -
YUV 66.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 63 50 158 0.60 0.68 0 0.38 247.22 0.52 0.41
Hex 3F 32 9E 3C 44 0 26 F7 34 29
Octal 77 62 236 74 104 0 46 367 64 51
Binary 111111 110010 10011110 111100 1000100 0 100110 11110111 110100 101001

Color Harmonies of #3F329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F329E

Black with #3F329E

Text Example


Text Example

White with #3F329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,158); }

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

background-color css

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

 a { background-color: rgb(63,50,158); }

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

border-color css

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

 span { border-color: rgb(63,50,158); }

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