Html Css Color HEX #3F329D Blue Gem

📋 copy color: '#3F329D'

red 63 ◦ green 50 ◦ blue 157

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

Shades of Blue Gem #3F329D

Tints of Blue Gem #3F329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 23.33%
G = 18.52%
B = 58.15%

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

#3F329D (or 0x3F329D) is known color: Blue Gem. HEX triplet: 3F, 32 and 9D. RGB value is (63,50,157). Sum of RGB (Red+Green+Blue) = 63+50+157=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F329D is #C0CD62. Grayscale: #414141. Windows color (decimal): -12635491 or 10302015. OLE color: 10302015.

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

Color convert

RGB 63 50 157 -
CMYK 0.60 0.68 0 0.38
HSL 247.29º 0.52% 0.41% -
HSV(B) 247.29º 0.68% 0.62% -
XYZ 9.28 5.77 32.52 -
YUV 66.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 63 50 157 0.60 0.68 0 0.38 247.29 0.52 0.41
Hex 3F 32 9D 3C 44 0 26 F7 34 29
Octal 77 62 235 74 104 0 46 367 64 51
Binary 111111 110010 10011101 111100 1000100 0 100110 11110111 110100 101001

Color Harmonies of #3F329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F329D

Black with #3F329D

Text Example


Text Example

White with #3F329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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