Html Css Color HEX #3F2993 Blue Gem

📋 copy color: '#3F2993'

red 63 ◦ green 41 ◦ blue 147

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

Shades of Blue Gem #3F2993

Tints of Blue Gem #3F2993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 25.1%
G = 16.33%
B = 58.57%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F2993 (or 0x3F2993) is known color: Blue Gem. HEX triplet: 3F, 29 and 93. RGB value is (63,41,147). Sum of RGB (Red+Green+Blue) = 63+41+147=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F2993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2993 is #C0D66C. Grayscale: #3B3B3B. Windows color (decimal): -12637805 or 9644351. OLE color: 9644351.

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

Color convert

RGB 63 41 147 -
CMYK 0.57 0.72 0 0.42
HSL 252.45º 0.56% 0.37% -
HSV(B) 252.45º 0.72% 0.58% -
XYZ 8.11 4.75 28.09 -
YUV 59.66 177.29 130.38 -
System Red Green Blue C M Y K H S L
Decimal 63 41 147 0.57 0.72 0 0.42 252.45 0.56 0.37
Hex 3F 29 93 39 48 0 2A FC 38 25
Octal 77 51 223 71 110 0 52 374 70 45
Binary 111111 101001 10010011 111001 1001000 0 101010 11111100 111000 100101

Color Harmonies of #3F2993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2993

Black with #3F2993

Text Example


Text Example

White with #3F2993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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