Html Css Color HEX #3F229F Blue Gem

📋 copy color: '#3F229F'

red 63 ◦ green 34 ◦ blue 159

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

Shades of Blue Gem #3F229F

Tints of Blue Gem #3F229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

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

R = 24.61%
G = 13.28%
B = 62.11%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F229F (or 0x3F229F) is known color: Blue Gem. HEX triplet: 3F, 22 and 9F. RGB value is (63,34,159). Sum of RGB (Red+Green+Blue) = 63+34+159=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F229F is #C0DD60. Grayscale: #383838. Windows color (decimal): -12639585 or 10428991. OLE color: 10428991.

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

Color convert

RGB 63 34 159 -
CMYK 0.60 0.79 0 0.38
HSL 253.92º 0.65% 0.38% -
HSV(B) 253.92º 0.79% 0.62% -
XYZ 8.88 4.7 33.24 -
YUV 56.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 63 34 159 0.60 0.79 0 0.38 253.92 0.65 0.38
Hex 3F 22 9F 3C 4F 0 26 FE 41 26
Octal 77 42 237 74 117 0 46 376 101 46
Binary 111111 100010 10011111 111100 1001111 0 100110 11111110 1000001 100110

Color Harmonies of #3F229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F229F

Black with #3F229F

Text Example


Text Example

White with #3F229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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