#3F3BAE

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

Shades of Blue Gem #3F3BAE

Tints of Blue Gem #3F3BAE

Color information

#3F3BAE (or 0x3F3BAE) is unknown color: approx Blue Gem. HEX triplet: 3F, 3B and AE. RGB value is (63,59,174). Sum of RGB (Red+Green+Blue) = 63+59+174=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3BAE is #C0C451. Grayscale: #484848. Windows color (decimal): -12633170 or 11418431. OLE color: 11418431.

HSL color Cylindrical-coordinate representation of color #3F3BAE: hue angle of 242.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3BAE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6359174-
CMYK0.640.6600.32
HSL242.09º49.36%45.69%-
HSV(B)242.09º66.09%68.24%-
XYZ11.257.2440.85-
YUV73.31184.83120.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.28%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=21.28%
G=19.93%
B=58.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63591740.640.6600.32242.0949.3645.69
Hex3F3BAE4042020f2312e
Octal77732561001020403626156
Binary1111111110111010111010000001000010010000011110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,59,174); }

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

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

 a { background-color: rgb(63,59,174); }

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

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

 span { border-color: rgb(63,59,174); }

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