#3f2f9a

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

Shades of Blue Gem #3F2F9A

Tints of Blue Gem #3F2F9A

Color information

#3F2F9A (or 0x3F2F9A) is unknown color: approx Blue Gem. HEX triplet: 3F, 2F and 9A. RGB value is (63,47,154). Sum of RGB (Red+Green+Blue) = 63+47+154=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F2F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2F9A is #C0D065. Grayscale: #3F3F3F. Windows color (decimal): -12636262 or 10104639. OLE color: 10104639.

HSL color Cylindrical-coordinate representation of color #3F2F9A: hue angle of 248.97º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F2F9A is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6347154-
CMYK0.590.6900.40
HSL248.97º53.23%39.41%-
HSV(B)248.97º69.48%60.39%-
XYZ8.95.4231.15-
YUV63.98178.8127.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 154 (60.55% from 255) = 58.33%
R=23.86%
G=17.80%
B=58.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal63471540.590.6900.40248.9753.2339.41
Hex3F2F9A3B45028f93527
Octal7757232731050503716547
Binary111111101111100110101110111000101010100011111001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f2f9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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