Html Css Color HEX #3F2890 Blue Gem

📋 copy color: '#3F2890'

red 63 ◦ green 40 ◦ blue 144

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

Shades of Blue Gem #3F2890

Tints of Blue Gem #3F2890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 25.51%
G = 16.19%
B = 58.3%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F2890 (or 0x3F2890) is known color: Blue Gem. HEX triplet: 3F, 28 and 90. RGB value is (63,40,144). Sum of RGB (Red+Green+Blue) = 63+40+144=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2890 is #C0D76F. Grayscale: #3A3A3A. Windows color (decimal): -12638064 or 9447487. OLE color: 9447487.

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

Color convert

RGB 63 40 144 -
CMYK 0.56 0.72 0 0.44
HSL 253.27º 0.57% 0.36% -
HSV(B) 253.27º 0.72% 0.56% -
XYZ 7.84 4.59 26.86 -
YUV 58.73 176.12 131.04 -
System Red Green Blue C M Y K H S L
Decimal 63 40 144 0.56 0.72 0 0.44 253.27 0.57 0.36
Hex 3F 28 90 38 48 0 2C FD 39 24
Octal 77 50 220 70 110 0 54 375 71 44
Binary 111111 101000 10010000 111000 1001000 0 101100 11111101 111001 100100

Color Harmonies of #3F2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2890

Black with #3F2890

Text Example


Text Example

White with #3F2890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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