Html Css Color HEX #3F2895 Blue Gem

📋 copy color: '#3F2895'

red 63 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #3F2895

Tints of Blue Gem #3F2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 25%
G = 15.87%
B = 59.13%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F2895 (or 0x3F2895) is known color: Blue Gem. HEX triplet: 3F, 28 and 95. RGB value is (63,40,149). Sum of RGB (Red+Green+Blue) = 63+40+149=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2895 is #C0D76A. Grayscale: #3A3A3A. Windows color (decimal): -12638059 or 9775167. OLE color: 9775167.

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

Color convert

RGB 63 40 149 -
CMYK 0.58 0.73 0 0.42
HSL 252.66º 0.58% 0.37% -
HSV(B) 252.66º 0.73% 0.58% -
XYZ 8.23 4.74 28.92 -
YUV 59.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 63 40 149 0.58 0.73 0 0.42 252.66 0.58 0.37
Hex 3F 28 95 3A 49 0 2A FD 3A 25
Octal 77 50 225 72 111 0 52 375 72 45
Binary 111111 101000 10010101 111010 1001001 0 101010 11111101 111010 100101

Color Harmonies of #3F2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2895

Black with #3F2895

Text Example


Text Example

White with #3F2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,40,149); }

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

background-color css

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

 a { background-color: rgb(63,40,149); }

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

border-color css

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

 span { border-color: rgb(63,40,149); }

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