#3F2FB1

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

Shades of Blue Gem #3F2FB1

Tints of Blue Gem #3F2FB1

Color information

#3F2FB1 (or 0x3F2FB1) is unknown color: approx Blue Gem. HEX triplet: 3F, 2F and B1. RGB value is (63,47,177). Sum of RGB (Red+Green+Blue) = 63+47+177=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F2FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2FB1 is #C0D04E. Grayscale: #424242. Windows color (decimal): -12636239 or 11611967. OLE color: 11611967.

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

Color convert

RGB6347177-
CMYK0.640.7300.31
HSL247.38º58.04%43.92%-
HSV(B)247.38º73.45%69.41%-
XYZ116.2642.22-
YUV66.6190.3125.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 177 (69.53% from 255) = 61.67%
R=21.95%
G=16.38%
B=61.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63471770.640.7300.31247.3858.0443.92
Hex3F2FB1404901Ff73a2c
Octal77572611001110373677254
Binary111111101111101100011000000100100101111111110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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