#3f279e

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

Shades of Blue Gem #3F279E

Tints of Blue Gem #3F279E

Color information

#3F279E (or 0x3F279E) is unknown color: approx Blue Gem. HEX triplet: 3F, 27 and 9E. RGB value is (63,39,158). Sum of RGB (Red+Green+Blue) = 63+39+158=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F279E is #C0D861. Grayscale: #3B3B3B. Windows color (decimal): -12638306 or 10364735. OLE color: 10364735.

HSL color Cylindrical-coordinate representation of color #3F279E: hue angle of 252.1º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F279E is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6339158-
CMYK0.600.7500.38
HSL252.1º60.41%38.63%-
HSV(B)252.1º75.32%61.96%-
XYZ8.954.9832.84-
YUV59.74183.45130.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=24.23%
G=15%
B=60.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63391580.600.7500.38252.160.4138.63
Hex3F279E3C4B026fc3c27
Octal7747236741130463747447
Binary111111100111100111101111001001011010011011111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f279e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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