Html Css Color HEX #3F239F Blue Gem

📋 copy color: '#3F239F'

red 63 ◦ green 35 ◦ blue 159

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

Shades of Blue Gem #3F239F

Tints of Blue Gem #3F239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 24.51%
G = 13.62%
B = 61.87%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F239F (or 0x3F239F) is known color: Blue Gem. HEX triplet: 3F, 23 and 9F. RGB value is (63,35,159). Sum of RGB (Red+Green+Blue) = 63+35+159=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F239F is #C0DC60. Grayscale: #393939. Windows color (decimal): -12639329 or 10429247. OLE color: 10429247.

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

Color convert

RGB 63 35 159 -
CMYK 0.60 0.78 0 0.38
HSL 253.55º 0.64% 0.38% -
HSV(B) 253.55º 0.78% 0.62% -
XYZ 8.91 4.76 33.25 -
YUV 57.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 63 35 159 0.60 0.78 0 0.38 253.55 0.64 0.38
Hex 3F 23 9F 3C 4E 0 26 FE 40 26
Octal 77 43 237 74 116 0 46 376 100 46
Binary 111111 100011 10011111 111100 1001110 0 100110 11111110 1000000 100110

Color Harmonies of #3F239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F239F

Black with #3F239F

Text Example


Text Example

White with #3F239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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