Html Css Color HEX #3F2992 Blue Gem

📋 copy color: '#3F2992'

red 63 ◦ green 41 ◦ blue 146

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

Shades of Blue Gem #3F2992

Tints of Blue Gem #3F2992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 25.2%
G = 16.4%
B = 58.4%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F2992 (or 0x3F2992) is known color: Blue Gem. HEX triplet: 3F, 29 and 92. RGB value is (63,41,146). Sum of RGB (Red+Green+Blue) = 63+41+146=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F2992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2992 is #C0D66D. Grayscale: #3B3B3B. Windows color (decimal): -12637806 or 9578815. OLE color: 9578815.

HSL color Cylindrical-coordinate representation of color #3F2992: hue angle of 252.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2992 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 41 146 -
CMYK 0.57 0.72 0 0.43
HSL 252.57º 0.56% 0.37% -
HSV(B) 252.57º 0.72% 0.57% -
XYZ 8.03 4.72 27.68 -
YUV 59.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 63 41 146 0.57 0.72 0 0.43 252.57 0.56 0.37
Hex 3F 29 92 39 48 0 2B FD 38 25
Octal 77 51 222 71 110 0 53 375 70 45
Binary 111111 101001 10010010 111001 1001000 0 101011 11111101 111000 100101

Color Harmonies of #3F2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2992

Black with #3F2992

Text Example


Text Example

White with #3F2992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,41,146); }

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

background-color css

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

 a { background-color: rgb(63,41,146); }

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

border-color css

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

 span { border-color: rgb(63,41,146); }

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