Html Css Color HEX #3F349F Blue Gem

📋 copy color: '#3F349F'

red 63 ◦ green 52 ◦ blue 159

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

Shades of Blue Gem #3F349F

Tints of Blue Gem #3F349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 22.99%
G = 18.98%
B = 58.03%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F349F (or 0x3F349F) is known color: Blue Gem. HEX triplet: 3F, 34 and 9F. RGB value is (63,52,159). Sum of RGB (Red+Green+Blue) = 63+52+159=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F349F is #C0CB60. Grayscale: #434343. Windows color (decimal): -12634977 or 10433599. OLE color: 10433599.

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

Color convert

RGB 63 52 159 -
CMYK 0.60 0.67 0 0.38
HSL 246.17º 0.51% 0.41% -
HSV(B) 246.17º 0.67% 0.62% -
XYZ 9.54 6.02 33.46 -
YUV 67.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 63 52 159 0.60 0.67 0 0.38 246.17 0.51 0.41
Hex 3F 34 9F 3C 43 0 26 F6 33 29
Octal 77 64 237 74 103 0 46 366 63 51
Binary 111111 110100 10011111 111100 1000011 0 100110 11110110 110011 101001

Color Harmonies of #3F349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F349F

Black with #3F349F

Text Example


Text Example

White with #3F349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,159); }

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

background-color css

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

 a { background-color: rgb(63,52,159); }

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

border-color css

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

 span { border-color: rgb(63,52,159); }

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