#3F3CAA

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

Shades of Blue Gem #3F3CAA

Tints of Blue Gem #3F3CAA

Color information

#3F3CAA (or 0x3F3CAA) is unknown color: approx Blue Gem. HEX triplet: 3F, 3C and AA. RGB value is (63,60,170). Sum of RGB (Red+Green+Blue) = 63+60+170=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3CAA is #C0C355. Grayscale: #494949. Windows color (decimal): -12632918 or 11156543. OLE color: 11156543.

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

Color convert

RGB6360170-
CMYK0.630.6500.33
HSL241.64º47.83%45.1%-
HSV(B)241.64º64.71%66.67%-
XYZ10.927.1938.84-
YUV73.44182.49120.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=21.50%
G=20.48%
B=58.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63601700.630.6500.33241.6447.8345.1
Hex3F3CAA3F41021f2302d
Octal7774252771010413626055
Binary111111111100101010101111111000001010000111110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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