#3F3AAA

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

Shades of Blue Gem #3F3AAA

Tints of Blue Gem #3F3AAA

Color information

#3F3AAA (or 0x3F3AAA) is unknown color: approx Blue Gem. HEX triplet: 3F, 3A and AA. RGB value is (63,58,170). Sum of RGB (Red+Green+Blue) = 63+58+170=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3AAA is #C0C555. Grayscale: #474747. Windows color (decimal): -12633430 or 11156031. OLE color: 11156031.

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

Color convert

RGB6358170-
CMYK0.630.6600.33
HSL242.68º49.12%44.71%-
HSV(B)242.68º65.88%66.67%-
XYZ10.826.9938.81-
YUV72.26183.16121.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=21.65%
G=19.93%
B=58.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63581700.630.6600.33242.6849.1244.71
Hex3F3AAA3F42021f3312d
Octal7772252771020413636155
Binary111111111010101010101111111000010010000111110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,170); }

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

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

 a { background-color: rgb(63,58,170); }

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

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

 span { border-color: rgb(63,58,170); }

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