Html Css Color HEX #3F2894 Blue Gem

📋 copy color: '#3F2894'

red 63 ◦ green 40 ◦ blue 148

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

Shades of Blue Gem #3F2894

Tints of Blue Gem #3F2894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 25.1%
G = 15.94%
B = 58.96%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F2894 (or 0x3F2894) is known color: Blue Gem. HEX triplet: 3F, 28 and 94. RGB value is (63,40,148). Sum of RGB (Red+Green+Blue) = 63+40+148=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F2894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2894 is #C0D76B. Grayscale: #3A3A3A. Windows color (decimal): -12638060 or 9709631. OLE color: 9709631.

HSL color Cylindrical-coordinate representation of color #3F2894: hue angle of 252.78º degrees, saturation: 0.57, 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 #3F2894 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 40 148 -
CMYK 0.57 0.73 0 0.42
HSL 252.78º 0.57% 0.37% -
HSV(B) 252.78º 0.73% 0.58% -
XYZ 8.15 4.71 28.5 -
YUV 59.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 63 40 148 0.57 0.73 0 0.42 252.78 0.57 0.37
Hex 3F 28 94 39 49 0 2A FD 39 25
Octal 77 50 224 71 111 0 52 375 71 45
Binary 111111 101000 10010100 111001 1001001 0 101010 11111101 111001 100101

Color Harmonies of #3F2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2894

Black with #3F2894

Text Example


Text Example

White with #3F2894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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