#3F2FAB

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

Shades of Blue Gem #3F2FAB

Tints of Blue Gem #3F2FAB

Color information

#3F2FAB (or 0x3F2FAB) is unknown color: approx Blue Gem. HEX triplet: 3F, 2F and AB. RGB value is (63,47,171). Sum of RGB (Red+Green+Blue) = 63+47+171=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F2FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2FAB is #C0D054. Grayscale: #414141. Windows color (decimal): -12636245 or 11218751. OLE color: 11218751.

HSL color Cylindrical-coordinate representation of color #3F2FAB: hue angle of 247.74º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2FAB is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6347171-
CMYK0.630.7300.33
HSL247.74º56.88%42.75%-
HSV(B)247.74º72.51%67.06%-
XYZ10.426.0339.14-
YUV65.92187.3125.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=22.42%
G=16.73%
B=60.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63471710.630.7300.33247.7456.8842.75
Hex3F2FAB3F49021f8392b
Octal7757253771110413707153
Binary111111101111101010111111111001001010000111111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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