#3F2F9E

Color #3F2F9E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3F2F9E

Tints of Blue Gem #3F2F9E

Color information

#3F2F9E (or 0x3F2F9E) is unknown color: approx Blue Gem. HEX triplet: 3F, 2F and 9E. RGB value is (63,47,158). Sum of RGB (Red+Green+Blue) = 63+47+158=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F2F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2F9E is #C0D061. Grayscale: #404040. Windows color (decimal): -12636258 or 10366783. OLE color: 10366783.

HSL color Cylindrical-coordinate representation of color #3F2F9E: hue angle of 248.65º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2F9E is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6347158-
CMYK0.600.7000.38
HSL248.65º54.15%40.2%-
HSV(B)248.65º70.25%61.96%-
XYZ9.245.5632.93-
YUV64.44180.8126.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=23.51%
G=17.54%
B=58.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63471580.600.7000.38248.6554.1540.2
Hex3F2F9E3C46026f93628
Octal7757236741060463716650
Binary111111101111100111101111001000110010011011111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,158); }

 H1.HeaderClassName
 {
   color: #3F2F9E;
 }
 .AnyTagClassName
 {
   color: #3F2F9E;
 }
</style>
background-color css

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

 a { background-color: rgb(63,47,158); }

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

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

 span { border-color: rgb(63,47,158); }

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